public class ModifyGlobalAccelerationInstanceAttributesRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
description
The description of the GA instance.
|
String |
globalAccelerationInstanceId
The ID of the GA instance.
|
String |
name
The name of the GA instance.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The region ID of the GA instance.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
ModifyGlobalAccelerationInstanceAttributesRequest() |
@NameInMap(value="Description") public String description
The description of the GA instance.
The description must be 2 to 256 characters in length. It must start with a letter but cannot start with http://
or https://
.
My GA
@NameInMap(value="GlobalAccelerationInstanceId") public String globalAccelerationInstanceId
The ID of the GA instance.
This parameter is required.
example:ga-14fdsf3****
@NameInMap(value="Name") public String name
The name of the GA instance.
The name must be 2 to 128 characters in length and can contain letters, digits, periods (.), underscores (_), and hyphens (-). It cannot start with http://
or https://
.
GA-1
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
The region ID of the GA instance.
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
public ModifyGlobalAccelerationInstanceAttributesRequest()
public static ModifyGlobalAccelerationInstanceAttributesRequest build(Map<String,?> map) throws Exception
Exception
public ModifyGlobalAccelerationInstanceAttributesRequest setDescription(String description)
public String getDescription()
public ModifyGlobalAccelerationInstanceAttributesRequest setGlobalAccelerationInstanceId(String globalAccelerationInstanceId)
public String getGlobalAccelerationInstanceId()
public ModifyGlobalAccelerationInstanceAttributesRequest setName(String name)
public String getName()
public ModifyGlobalAccelerationInstanceAttributesRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public ModifyGlobalAccelerationInstanceAttributesRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public ModifyGlobalAccelerationInstanceAttributesRequest setRegionId(String regionId)
public String getRegionId()
public ModifyGlobalAccelerationInstanceAttributesRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public ModifyGlobalAccelerationInstanceAttributesRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2024. All rights reserved.