public class ModifyInstanceNetworkRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
ModifyInstanceNetworkRequest()  | 
ModifyInstanceNetworkRequest(ModifyInstanceNetworkRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getInstanceId()
Get Instance ID 
 | 
String | 
getSubnetId()
Get The subnet ID of the desired VPC network 
 | 
String | 
getVip()
Get The field is required to specify VIP. 
 | 
Long | 
getVipReleaseDelay()
Get VIP retention period in hours. 
 | 
String | 
getVipv6()
Get The field is required to specify VIPv6. 
 | 
String | 
getVpcId()
Get The ID of the desired VPC network 
 | 
void | 
setInstanceId(String InstanceId)
Set Instance ID 
 | 
void | 
setSubnetId(String SubnetId)
Set The subnet ID of the desired VPC network 
 | 
void | 
setVip(String Vip)
Set The field is required to specify VIP. 
 | 
void | 
setVipReleaseDelay(Long VipReleaseDelay)
Set VIP retention period in hours. 
 | 
void | 
setVipv6(String Vipv6)
Set The field is required to specify VIPv6. 
 | 
void | 
setVpcId(String VpcId)
Set The ID of the desired VPC network 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ModifyInstanceNetworkRequest()
public ModifyInstanceNetworkRequest(ModifyInstanceNetworkRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - Instance IDpublic String getVpcId()
public void setVpcId(String VpcId)
VpcId - The ID of the desired VPC networkpublic String getSubnetId()
public void setSubnetId(String SubnetId)
SubnetId - The subnet ID of the desired VPC networkpublic String getVip()
public void setVip(String Vip)
Vip - The field is required to specify VIP.public String getVipv6()
public void setVipv6(String Vipv6)
Vipv6 - The field is required to specify VIPv6.public Long getVipReleaseDelay()
public void setVipReleaseDelay(Long VipReleaseDelay)
VipReleaseDelay - VIP retention period in hours. Value range: 0-168. Default value: `24`. `0` indicates that the VIP will be released immediately, but there will be 1-minute delay.Copyright © 2025. All rights reserved.