public class MoveVpnResourceGroupRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
instanceId
The ID of the resource.
|
String |
newResourceGroupId
The ID of the new resource group.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The region ID of the resource.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
resourceType
The type of resource.
|
构造器和说明 |
---|
MoveVpnResourceGroupRequest() |
限定符和类型 | 方法和说明 |
---|---|
static MoveVpnResourceGroupRequest |
build(Map<String,?> map) |
String |
getInstanceId() |
String |
getNewResourceGroupId() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
String |
getResourceType() |
MoveVpnResourceGroupRequest |
setInstanceId(String instanceId) |
MoveVpnResourceGroupRequest |
setNewResourceGroupId(String newResourceGroupId) |
MoveVpnResourceGroupRequest |
setOwnerAccount(String ownerAccount) |
MoveVpnResourceGroupRequest |
setOwnerId(Long ownerId) |
MoveVpnResourceGroupRequest |
setRegionId(String regionId) |
MoveVpnResourceGroupRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
MoveVpnResourceGroupRequest |
setResourceOwnerId(Long resourceOwnerId) |
MoveVpnResourceGroupRequest |
setResourceType(String resourceType) |
@NameInMap(value="InstanceId") public String instanceId
The ID of the resource.
This parameter is required.
example:vpn-8vb3lzn7biepthri8****
@NameInMap(value="NewResourceGroupId") public String newResourceGroupId
The ID of the new resource group.
This parameter is required.
example:rg-acfmzs372yg****
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
The region ID of the resource.
You can call the DescribeRegions operation to query the most recent region list.
This parameter is required.
example:cn-zhangjiakou
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="ResourceType") public String resourceType
The type of resource.
VpnGateway: VPN gateway
After you move a VPN gateway to a new resource group, the following associated resources are also moved to the new resource group: IPsec servers, SSL servers, SSL client certificates, and IPsec-VPN connections.
CustomerGateway: customer gateway
VpnAttachment: IPsec-VPN connection
An IPsec-VPN connection associated with a transit router or not associate with a resource.
This parameter is required.
example:VpnGateway
public static MoveVpnResourceGroupRequest build(Map<String,?> map) throws Exception
Exception
public MoveVpnResourceGroupRequest setInstanceId(String instanceId)
public String getInstanceId()
public MoveVpnResourceGroupRequest setNewResourceGroupId(String newResourceGroupId)
public String getNewResourceGroupId()
public MoveVpnResourceGroupRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public MoveVpnResourceGroupRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public MoveVpnResourceGroupRequest setRegionId(String regionId)
public String getRegionId()
public MoveVpnResourceGroupRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public MoveVpnResourceGroupRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public MoveVpnResourceGroupRequest setResourceType(String resourceType)
public String getResourceType()
Copyright © 2024. All rights reserved.