public class DeactivateRouterInterfaceRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Long |
ownerId |
String |
regionId
The ID of the region where the router interface is deployed.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
routerInterfaceId
The ID of the router interface.
|
构造器和说明 |
---|
DeactivateRouterInterfaceRequest() |
限定符和类型 | 方法和说明 |
---|---|
static DeactivateRouterInterfaceRequest |
build(Map<String,?> map) |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
String |
getRouterInterfaceId() |
DeactivateRouterInterfaceRequest |
setOwnerId(Long ownerId) |
DeactivateRouterInterfaceRequest |
setRegionId(String regionId) |
DeactivateRouterInterfaceRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
DeactivateRouterInterfaceRequest |
setResourceOwnerId(Long resourceOwnerId) |
DeactivateRouterInterfaceRequest |
setRouterInterfaceId(String routerInterfaceId) |
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
The ID of the region where the router interface is deployed.
You can call the DescribeRegions operation to query the most recent region list.
This parameter is required.
example:cn-hangzhou
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="RouterInterfaceId") public String routerInterfaceId
The ID of the router interface.
This parameter is required.
example:ri-2zeo3xzyf38r4urz****
public static DeactivateRouterInterfaceRequest build(Map<String,?> map) throws Exception
Exception
public DeactivateRouterInterfaceRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DeactivateRouterInterfaceRequest setRegionId(String regionId)
public String getRegionId()
public DeactivateRouterInterfaceRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DeactivateRouterInterfaceRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public DeactivateRouterInterfaceRequest setRouterInterfaceId(String routerInterfaceId)
public String getRouterInterfaceId()
Copyright © 2024. All rights reserved.