public class CreateGlobalAccelerationInstanceRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
bandwidth
The maximum bandwidth of the GA instance.
|
String |
bandwidthType
The bandwidth type.
|
String |
clientToken
The client token that is used to ensure the idempotence of the request.
|
String |
description
The description 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 |
String |
serviceLocation
The acceleration area.
|
构造器和说明 |
---|
CreateGlobalAccelerationInstanceRequest() |
@NameInMap(value="Bandwidth") public String bandwidth
The maximum bandwidth of the GA instance. Set the value to 10. Unit: Mbit/s.
This parameter is required.
example:10
@NameInMap(value="BandwidthType") public String bandwidthType
The bandwidth type. Valid values:
Exclusive
@NameInMap(value="ClientToken") public String clientToken
The client token that is used to ensure the idempotence of the request.
You can use the client to generate the value, but you must make sure that it is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length.
example:02fb3da4-130e-11e9-8e44-0016e04115b
@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="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 must start with a letter and 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
@NameInMap(value="ServiceLocation") public String serviceLocation
The acceleration area. Valid values:
This parameter is required.
example:china-mainland
public static CreateGlobalAccelerationInstanceRequest build(Map<String,?> map) throws Exception
Exception
public CreateGlobalAccelerationInstanceRequest setBandwidth(String bandwidth)
public String getBandwidth()
public CreateGlobalAccelerationInstanceRequest setBandwidthType(String bandwidthType)
public String getBandwidthType()
public CreateGlobalAccelerationInstanceRequest setClientToken(String clientToken)
public String getClientToken()
public CreateGlobalAccelerationInstanceRequest setDescription(String description)
public String getDescription()
public CreateGlobalAccelerationInstanceRequest setName(String name)
public String getName()
public CreateGlobalAccelerationInstanceRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public CreateGlobalAccelerationInstanceRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public CreateGlobalAccelerationInstanceRequest setRegionId(String regionId)
public String getRegionId()
public CreateGlobalAccelerationInstanceRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public CreateGlobalAccelerationInstanceRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public CreateGlobalAccelerationInstanceRequest setServiceLocation(String serviceLocation)
public String getServiceLocation()
Copyright © 2024. All rights reserved.