AllocateIpv6InternetBandwidthRequest
Namespace:
aliyun-net-sdk-vpc
We found 1 examples in language CSharp for this search.
You will see 1 fragments of code.
Other methods
Other methods
Project:alibabacloud-csharp-sdk
File:AllocateIpv6InternetBandwidthRequest.cs
Examples:1
// This file is auto-generated, don't edit it. Thanks.
using System;
using System.Collections.Generic;
using System.IO;
using Tea;
namespace AlibabaCloud.SDK.Vpc20160428.Models
{
public class AllocateIpv6InternetBandwidthRequest : TeaModel {
[NameInMap("Bandwidth")]
[Validation(Required=false)]
public int? Bandwidth { get; set; }
[NameInMap("ClientToken")]
[Validation(Required=false)]
public string ClientToken { get; set; }
[NameInMap("InternetChargeType")]
[Validation(Required=false)]
public string InternetChargeType { get; set; }
[NameInMap("Ipv6AddressId")]
[Validation(Required=false)]
public string Ipv6AddressId { get; set; }
[NameInMap("Ipv6GatewayId")]
[Validation(Required=false)]
public string Ipv6GatewayId { get; set; }
[NameInMap("OwnerAccount")]
[Validation(Required=false)]
public string OwnerAccount { get; set; }
[NameInMap("OwnerId")]
[Validation(Required=false)]
public long? OwnerId { get; set; }
[NameInMap("RegionId")]
[Validation(Required=false)]
public string RegionId { get; set; }
[NameInMap("ResourceOwnerAccount")]
[Validation(Required=false)]
public string ResourceOwnerAccount { get; set; }
[NameInMap("ResourceOwnerId")]
[Validation(Required=false)]
public long? ResourceOwnerId { get; set; }
}
}
Aliyun.Acs.Vpc.Model.V20160428.AllocateIpv6InternetBandwidthRequest : RpcAcsRequest
Fields :
public String StringToSignConstructors :
public AllocateIpv6InternetBandwidthRequest()Methods :
public Nullable<Int64> get_ResourceOwnerId()public Void set_ResourceOwnerId(Nullable<Int64> value = )
public String get_ClientToken()
public Void set_ClientToken(String value = )
public Nullable<Int32> get_Bandwidth()
public Void set_Bandwidth(Nullable<Int32> value = )
public String get_ResourceOwnerAccount()
public Void set_ResourceOwnerAccount(String value = )
public String get_OwnerAccount()
public Void set_OwnerAccount(String value = )
public Nullable<Int64> get_OwnerId()
public Void set_OwnerId(Nullable<Int64> value = )
public String get_Ipv6AddressId()
public Void set_Ipv6AddressId(String value = )
public String get_InternetChargeType()
public Void set_InternetChargeType(String value = )
public String get_Ipv6GatewayId()
public Void set_Ipv6GatewayId(String value = )
public AllocateIpv6InternetBandwidthResponse GetResponse(UnmarshallerContext unmarshallerContext = )
public String get_ActionName()
public Void set_ActionName(String value = )
public String get_Version()
public Void set_Version(String value = )
public FormatType get_AcceptFormat()
public Void set_AcceptFormat(FormatType value = )
public HttpRequest SignRequest(Signer signer = , AlibabaCloudCredentials credentials = , Nullable<FormatType> format = , ProductDomain domain = )
public String ComposeUrl(String endpoint = , Dictionary<StringString> queries = )
public String get_Product()
public Void set_Product(String value = )
public String get_RegionId()
public Void set_RegionId(String value = )
public String get_SecurityToken()
public Void set_SecurityToken(String value = )
public ISignatureComposer get_Composer()
public Void set_Composer(ISignatureComposer value = )
public String get_LocationProduct()
public Void set_LocationProduct(String value = )
public String get_LocationEndpointType()
public Void set_LocationEndpointType(String value = )
public ProductDomain get_ProductDomain()
public Void set_ProductDomain(ProductDomain value = )
public String get_ProductNetwork()
public Void set_ProductNetwork(String value = )
public String get_ProductSuffix()
public Void set_ProductSuffix(String value = )
public ProtocolType get_Protocol()
public Void set_Protocol(ProtocolType value = )
public Dictionary<StringString> get_QueryParameters()
public Void set_QueryParameters(Dictionary<StringString> value = )
public Dictionary<StringString> get_DomainParameters()
public Void set_DomainParameters(Dictionary<StringString> value = )
public Dictionary<StringString> get_BodyParameters()
public Void set_BodyParameters(Dictionary<StringString> value = )
public Dictionary<StringString> get_ProductEndpointMap()
public Void set_ProductEndpointMap(Dictionary<StringString> value = )
public String get_ProductEndpointType()
public Void set_ProductEndpointType(String value = )
public Void SetProductDomain(String endpoint = )
public Void SetEndpoint(String endpoint = )
public String GetProductEndpoint()
public HttpRequest SignRequest(Signer signer = , Credential credential = , Nullable<FormatType> format = , ProductDomain domain = )
public Boolean CheckShowJsonItemName()
public UserAgent GetSysUserAgentConfig()
public Void AppendUserAgent(String key = , String value = )
public Dictionary<StringString> get_Headers()
public Void set_Headers(Dictionary<StringString> value = )
public String get_Url()
public Void set_Url(String value = )
public Nullable<MethodType> get_Method()
public Void set_Method(Nullable<MethodType> value = )
public Nullable<FormatType> get_ContentType()
public Void set_ContentType(Nullable<FormatType> value = )
public Byte[] get_Content()
public Void set_Content(Byte[] value = )
public String get_Encoding()
public Void set_Encoding(String value = )
public Int32 get_timeoutInMilliSeconds()
public Void set_timeoutInMilliSeconds(Int32 value = )
public Int32 get_TimeoutInMilliseconds()
public Void set_TimeoutInMilliseconds(Int32 value = )
public Int32 get_readTimeout()
public Int32 get_ReadTimeout()
public Int32 get_connectTimeout()
public Int32 get_ConnectTimeout()
public Boolean get_IgnoreCertificate()
public IWebProxy get_WebProxy()
public Void set_WebProxy(IWebProxy value = )
public Void SetContent(Byte[] content = , String encoding = , Nullable<FormatType> format = )
public Void SetConnectTimeoutInMilliSeconds(Int32 connectTimeout = )
public Void SetReadTimeoutInMilliSeconds(Int32 readTimeout = )
public Void SetHttpsInsecure(Boolean ignoreCertificate = False)
public Type GetType()
public String ToString()
public Boolean Equals(Object obj = )
public Int32 GetHashCode()