public class ModifyVRouterAttributeRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
description
The description of the vRouter.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The region ID of the vRouter.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
VRouterId
The vRouter ID.
|
String |
VRouterName
The name of the vRouter.
|
构造器和说明 |
---|
ModifyVRouterAttributeRequest() |
限定符和类型 | 方法和说明 |
---|---|
static ModifyVRouterAttributeRequest |
build(Map<String,?> map) |
String |
getDescription() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
String |
getVRouterId() |
String |
getVRouterName() |
ModifyVRouterAttributeRequest |
setDescription(String description) |
ModifyVRouterAttributeRequest |
setOwnerAccount(String ownerAccount) |
ModifyVRouterAttributeRequest |
setOwnerId(Long ownerId) |
ModifyVRouterAttributeRequest |
setRegionId(String regionId) |
ModifyVRouterAttributeRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
ModifyVRouterAttributeRequest |
setResourceOwnerId(Long resourceOwnerId) |
ModifyVRouterAttributeRequest |
setVRouterId(String VRouterId) |
ModifyVRouterAttributeRequest |
setVRouterName(String VRouterName) |
@NameInMap(value="Description") public String description
The description of the vRouter.
The description must be 1 to 256 characters in length, and cannot start with http://
or https://
.
My VRouter
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
The region ID of the vRouter.
You can call the DescribeRegions operation to query the most recent region list.
example:cn-hangzhou
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="VRouterId") public String VRouterId
The vRouter ID.
This parameter is required.
example:vrt-gw0p7zigake75znix****
@NameInMap(value="VRouterName") public String VRouterName
The name of the vRouter.
The name must be 1 to 128 characters in length and cannot start with http://
or https://
.
VRouter-1
public static ModifyVRouterAttributeRequest build(Map<String,?> map) throws Exception
Exception
public ModifyVRouterAttributeRequest setDescription(String description)
public String getDescription()
public ModifyVRouterAttributeRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public ModifyVRouterAttributeRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public ModifyVRouterAttributeRequest setRegionId(String regionId)
public String getRegionId()
public ModifyVRouterAttributeRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public ModifyVRouterAttributeRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public ModifyVRouterAttributeRequest setVRouterId(String VRouterId)
public String getVRouterId()
public ModifyVRouterAttributeRequest setVRouterName(String VRouterName)
public String getVRouterName()
Copyright © 2024. All rights reserved.