AllocateIpv6InternetBandwidthResponse
Namespace:
aliyun-net-sdk-vpc
We found 7 examples in language CSharp for this search.
You will see 7 fragments of code.
Other methods
Other methods
Project:alibabacloud-csharp-sdk
File:AllocateIpv6InternetBandwidthResponse.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 AllocateIpv6InternetBandwidthResponse : TeaModel {
[NameInMap("headers")]
[Validation(Required=true)]
public Dictionary<string, string> Headers { get; set; }
[NameInMap("body")]
[Validation(Required=true)]
public AllocateIpv6InternetBandwidthResponseBody Body { get; set; }
}
}
Project:Oryx.FastAdmin
File:AllocateIpv6InternetBandwidthRequest.cs
Examples:1
public override AllocateIpv6InternetBandwidthResponse GetResponse(UnmarshallerContext unmarshallerContext)
{
return AllocateIpv6InternetBandwidthResponseUnmarshaller.Unmarshall(unmarshallerContext);
}
Project:aliyun-openapi-net-sdk
File:AllocateIpv6InternetBandwidthRequest.cs
Examples:1
public override AllocateIpv6InternetBandwidthResponse GetResponse(UnmarshallerContext unmarshallerContext)
{
return AllocateIpv6InternetBandwidthResponseUnmarshaller.Unmarshall(unmarshallerContext);
}
Project:aliyun-openapi-net-sdk
File:AllocateIpv6InternetBandwidthRequest.cs
Examples:1
public override AllocateIpv6InternetBandwidthResponse GetResponse(UnmarshallerContext unmarshallerContext)
{
return AllocateIpv6InternetBandwidthResponseUnmarshaller.Unmarshall(unmarshallerContext);
}
Project:aliyun-openapi-net-sdk
File:AllocateIpv6InternetBandwidthResponse.cs
Examples:1
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
using System.Collections.Generic;
using Aliyun.Acs.Core;
namespace Aliyun.Acs.Vpc.Model.V20160428
{
public class AllocateIpv6InternetBandwidthResponse : AcsResponse
{
private string requestId;
private string ipv6AddressId;
private string internetBandwidthId;
public string RequestId
{
get
{
return requestId;
}
set
{
requestId = value;
}
}
public string Ipv6AddressId
{
get
{
return ipv6AddressId;
}
set
{
ipv6AddressId = value;
}
}
public string InternetBandwidthId
{
get
{
return internetBandwidthId;
}
set
{
internetBandwidthId = value;
}
}
}
}
Project:Oryx.FastAdmin
File:AllocateIpv6InternetBandwidthResponse.cs
Examples:1
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
using System.Collections.Generic;
using Aliyun.Acs.Core;
namespace Aliyun.Acs.Vpc.Model.V20160428
{
public class AllocateIpv6InternetBandwidthResponse : AcsResponse
{
private string requestId;
private string ipv6AddressId;
private string internetBandwidthId;
public string RequestId
{
get
{
return requestId;
}
set
{
requestId = value;
}
}
public string Ipv6AddressId
{
get
{
return ipv6AddressId;
}
set
{
ipv6AddressId = value;
}
}
public string InternetBandwidthId
{
get
{
return internetBandwidthId;
}
set
{
internetBandwidthId = value;
}
}
}
}
Project:aliyun-openapi-net-sdk
File:AllocateIpv6InternetBandwidthResponse.cs
Examples:1
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
using System.Collections.Generic;
using Aliyun.Acs.Core;
namespace Aliyun.Acs.Vpc.Model.V20160428
{
public class AllocateIpv6InternetBandwidthResponse : AcsResponse
{
private string requestId;
private string ipv6AddressId;
private string internetBandwidthId;
public string RequestId
{
get
{
return requestId;
}
set
{
requestId = value;
}
}
public string Ipv6AddressId
{
get
{
return ipv6AddressId;
}
set
{
ipv6AddressId = value;
}
}
public string InternetBandwidthId
{
get
{
return internetBandwidthId;
}
set
{
internetBandwidthId = value;
}
}
}
}
Aliyun.Acs.Vpc.Model.V20160428.AllocateIpv6InternetBandwidthResponse : AcsResponse
Constructors :
public AllocateIpv6InternetBandwidthResponse()Methods :
public String get_RequestId()public Void set_RequestId(String value = )
public String get_Ipv6AddressId()
public Void set_Ipv6AddressId(String value = )
public String get_InternetBandwidthId()
public Void set_InternetBandwidthId(String value = )
public HttpResponse get_HttpResponse()
public Void set_HttpResponse(HttpResponse value = )
public String get_RequestId()
public Void set_RequestId(String value = )
public Type GetType()
public String ToString()
public Boolean Equals(Object obj = )
public Int32 GetHashCode()