public class CreateDirectConnectGatewayRequest extends AbstractModel
Constructor and Description |
---|
CreateDirectConnectGatewayRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getDirectConnectGatewayName()
Get The name of the direct connect gateway.
|
String |
getGatewayType()
Get The type of the gateway.
|
String |
getNetworkInstanceId()
Get When the NetworkType is VPC, this value is the VPC instance ID
When the NetworkType is CCN, this value is the CCN instance ID
|
String |
getNetworkType()
Get The type of the associated network.
|
void |
setDirectConnectGatewayName(String DirectConnectGatewayName)
Set The name of the direct connect gateway.
|
void |
setGatewayType(String GatewayType)
Set The type of the gateway.
|
void |
setNetworkInstanceId(String NetworkInstanceId)
Set When the NetworkType is VPC, this value is the VPC instance ID
When the NetworkType is CCN, this value is the CCN instance ID
|
void |
setNetworkType(String NetworkType)
Set The type of the associated network.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getDirectConnectGatewayName()
public void setDirectConnectGatewayName(String DirectConnectGatewayName)
DirectConnectGatewayName
- The name of the direct connect gateway.public String getNetworkType()
public void setNetworkType(String NetworkType)
NetworkType
- The type of the associated network. Valid values:
public String getNetworkInstanceId()
public void setNetworkInstanceId(String NetworkInstanceId)
NetworkInstanceId
- public String getGatewayType()
public void setGatewayType(String GatewayType)
GatewayType
- The type of the gateway. Valid values:
Copyright © 2020. All rights reserved.