@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AdvertiseByoipCidrRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<AdvertiseByoipCidrRequest>
NOOP
Constructor and Description |
---|
AdvertiseByoipCidrRequest() |
Modifier and Type | Method and Description |
---|---|
AdvertiseByoipCidrRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAsn()
The public 2-byte or 4-byte ASN that you want to advertise.
|
String |
getCidr()
The address range, in CIDR notation.
|
Request<AdvertiseByoipCidrRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
String |
getNetworkBorderGroup()
If you have Local Zones
enabled, you can choose a network border group for Local Zones when you provision and advertise a BYOIPv4 CIDR.
|
int |
hashCode() |
void |
setAsn(String asn)
The public 2-byte or 4-byte ASN that you want to advertise.
|
void |
setCidr(String cidr)
The address range, in CIDR notation.
|
void |
setNetworkBorderGroup(String networkBorderGroup)
If you have Local Zones
enabled, you can choose a network border group for Local Zones when you provision and advertise a BYOIPv4 CIDR.
|
String |
toString()
Returns a string representation of this object.
|
AdvertiseByoipCidrRequest |
withAsn(String asn)
The public 2-byte or 4-byte ASN that you want to advertise.
|
AdvertiseByoipCidrRequest |
withCidr(String cidr)
The address range, in CIDR notation.
|
AdvertiseByoipCidrRequest |
withNetworkBorderGroup(String networkBorderGroup)
If you have Local Zones
enabled, you can choose a network border group for Local Zones when you provision and advertise a BYOIPv4 CIDR.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setCidr(String cidr)
The address range, in CIDR notation. This must be the exact range that you provisioned. You can't advertise only a portion of the provisioned range.
cidr
- The address range, in CIDR notation. This must be the exact range that you provisioned. You can't
advertise only a portion of the provisioned range.public String getCidr()
The address range, in CIDR notation. This must be the exact range that you provisioned. You can't advertise only a portion of the provisioned range.
public AdvertiseByoipCidrRequest withCidr(String cidr)
The address range, in CIDR notation. This must be the exact range that you provisioned. You can't advertise only a portion of the provisioned range.
cidr
- The address range, in CIDR notation. This must be the exact range that you provisioned. You can't
advertise only a portion of the provisioned range.public void setAsn(String asn)
The public 2-byte or 4-byte ASN that you want to advertise.
asn
- The public 2-byte or 4-byte ASN that you want to advertise.public String getAsn()
The public 2-byte or 4-byte ASN that you want to advertise.
public AdvertiseByoipCidrRequest withAsn(String asn)
The public 2-byte or 4-byte ASN that you want to advertise.
asn
- The public 2-byte or 4-byte ASN that you want to advertise.public void setNetworkBorderGroup(String networkBorderGroup)
If you have Local Zones enabled, you can choose a network border group for Local Zones when you provision and advertise a BYOIPv4 CIDR. Choose the network border group carefully as the EIP and the Amazon Web Services resource it is associated with must reside in the same network border group.
You can provision BYOIP address ranges to and advertise them in the following Local Zone network border groups:
us-east-1-dfw-2
us-west-2-lax-1
us-west-2-phx-2
You cannot provision or advertise BYOIPv6 address ranges in Local Zones at this time.
networkBorderGroup
- If you have Local
Zones enabled, you can choose a network border group for Local Zones when you provision and advertise
a BYOIPv4 CIDR. Choose the network border group carefully as the EIP and the Amazon Web Services resource
it is associated with must reside in the same network border group.
You can provision BYOIP address ranges to and advertise them in the following Local Zone network border groups:
us-east-1-dfw-2
us-west-2-lax-1
us-west-2-phx-2
You cannot provision or advertise BYOIPv6 address ranges in Local Zones at this time.
public String getNetworkBorderGroup()
If you have Local Zones enabled, you can choose a network border group for Local Zones when you provision and advertise a BYOIPv4 CIDR. Choose the network border group carefully as the EIP and the Amazon Web Services resource it is associated with must reside in the same network border group.
You can provision BYOIP address ranges to and advertise them in the following Local Zone network border groups:
us-east-1-dfw-2
us-west-2-lax-1
us-west-2-phx-2
You cannot provision or advertise BYOIPv6 address ranges in Local Zones at this time.
You can provision BYOIP address ranges to and advertise them in the following Local Zone network border groups:
us-east-1-dfw-2
us-west-2-lax-1
us-west-2-phx-2
You cannot provision or advertise BYOIPv6 address ranges in Local Zones at this time.
public AdvertiseByoipCidrRequest withNetworkBorderGroup(String networkBorderGroup)
If you have Local Zones enabled, you can choose a network border group for Local Zones when you provision and advertise a BYOIPv4 CIDR. Choose the network border group carefully as the EIP and the Amazon Web Services resource it is associated with must reside in the same network border group.
You can provision BYOIP address ranges to and advertise them in the following Local Zone network border groups:
us-east-1-dfw-2
us-west-2-lax-1
us-west-2-phx-2
You cannot provision or advertise BYOIPv6 address ranges in Local Zones at this time.
networkBorderGroup
- If you have Local
Zones enabled, you can choose a network border group for Local Zones when you provision and advertise
a BYOIPv4 CIDR. Choose the network border group carefully as the EIP and the Amazon Web Services resource
it is associated with must reside in the same network border group.
You can provision BYOIP address ranges to and advertise them in the following Local Zone network border groups:
us-east-1-dfw-2
us-west-2-lax-1
us-west-2-phx-2
You cannot provision or advertise BYOIPv6 address ranges in Local Zones at this time.
public Request<AdvertiseByoipCidrRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<AdvertiseByoipCidrRequest>
public String toString()
toString
in class Object
Object.toString()
public AdvertiseByoipCidrRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()