public class ManageInternalEndpointRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
ManageInternalEndpointRequest()  | 
ManageInternalEndpointRequest(ManageInternalEndpointRequest 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 | 
getOperation()
Get Create/Delete 
 | 
Long | 
getRegionId()
Get ID of the requested region, which is used as the region of the replica instance 
 | 
String | 
getRegionName()
Get Name of the requested region, which is used as the region of the replica instance 
 | 
String | 
getRegistryId()
Get Instance ID 
 | 
String | 
getSubnetId()
Get ID of the subnet to be connected to 
 | 
String | 
getVpcId()
Get ID of the VPC to be connected to 
 | 
void | 
setOperation(String Operation)
Set Create/Delete 
 | 
void | 
setRegionId(Long RegionId)
Set ID of the requested region, which is used as the region of the replica instance 
 | 
void | 
setRegionName(String RegionName)
Set Name of the requested region, which is used as the region of the replica instance 
 | 
void | 
setRegistryId(String RegistryId)
Set Instance ID 
 | 
void | 
setSubnetId(String SubnetId)
Set ID of the subnet to be connected to 
 | 
void | 
setVpcId(String VpcId)
Set ID of the VPC to be connected to 
 | 
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 ManageInternalEndpointRequest()
public ManageInternalEndpointRequest(ManageInternalEndpointRequest source)
public String getRegistryId()
public void setRegistryId(String RegistryId)
RegistryId - Instance IDpublic String getOperation()
public void setOperation(String Operation)
Operation - Create/Deletepublic String getVpcId()
public void setVpcId(String VpcId)
VpcId - ID of the VPC to be connected topublic String getSubnetId()
public void setSubnetId(String SubnetId)
SubnetId - ID of the subnet to be connected topublic Long getRegionId()
public void setRegionId(Long RegionId)
RegionId - ID of the requested region, which is used as the region of the replica instancepublic String getRegionName()
public void setRegionName(String RegionName)
RegionName - Name of the requested region, which is used as the region of the replica instanceCopyright © 2025. All rights reserved.