Struct aws_sdk_ec2::model::AvailabilityZone [−][src]
#[non_exhaustive]pub struct AvailabilityZone {
pub state: Option<AvailabilityZoneState>,
pub opt_in_status: Option<AvailabilityZoneOptInStatus>,
pub messages: Option<Vec<AvailabilityZoneMessage>>,
pub region_name: Option<String>,
pub zone_name: Option<String>,
pub zone_id: Option<String>,
pub group_name: Option<String>,
pub network_border_group: Option<String>,
pub zone_type: Option<String>,
pub parent_zone_name: Option<String>,
pub parent_zone_id: Option<String>,
}
Expand description
Describes Availability Zones, Local Zones, and Wavelength Zones.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.state: Option<AvailabilityZoneState>
The state of the Availability Zone, Local Zone, or Wavelength Zone.
opt_in_status: Option<AvailabilityZoneOptInStatus>
For Availability Zones, this parameter always has the value of
opt-in-not-required
.
For Local Zones and Wavelength Zones, this parameter is the opt-in status. The possible
values are opted-in
, and not-opted-in
.
messages: Option<Vec<AvailabilityZoneMessage>>
Any messages about the Availability Zone, Local Zone, or Wavelength Zone.
region_name: Option<String>
The name of the Region.
zone_name: Option<String>
The name of the Availability Zone, Local Zone, or Wavelength Zone.
zone_id: Option<String>
The ID of the Availability Zone, Local Zone, or Wavelength Zone.
group_name: Option<String>
For Availability Zones, this parameter has the same value as the Region name.
For Local Zones, the name of the associated group, for example
us-west-2-lax-1
.
For Wavelength Zones, the name of the associated group, for example
us-east-1-wl1-bos-wlz-1
.
network_border_group: Option<String>
The name of the network border group.
zone_type: Option<String>
The type of zone. The valid values are availability-zone
,
local-zone
, and wavelength-zone
.
parent_zone_name: Option<String>
The name of the zone that handles some of the Local Zone or Wavelength Zone control plane operations, such as API calls.
parent_zone_id: Option<String>
The ID of the zone that handles some of the Local Zone or Wavelength Zone control plane operations, such as API calls.
Implementations
The state of the Availability Zone, Local Zone, or Wavelength Zone.
For Availability Zones, this parameter always has the value of
opt-in-not-required
.
For Local Zones and Wavelength Zones, this parameter is the opt-in status. The possible
values are opted-in
, and not-opted-in
.
Any messages about the Availability Zone, Local Zone, or Wavelength Zone.
The name of the Region.
The name of the Availability Zone, Local Zone, or Wavelength Zone.
The ID of the Availability Zone, Local Zone, or Wavelength Zone.
For Availability Zones, this parameter has the same value as the Region name.
For Local Zones, the name of the associated group, for example
us-west-2-lax-1
.
For Wavelength Zones, the name of the associated group, for example
us-east-1-wl1-bos-wlz-1
.
The name of the network border group.
The type of zone. The valid values are availability-zone
,
local-zone
, and wavelength-zone
.
The name of the zone that handles some of the Local Zone or Wavelength Zone control plane operations, such as API calls.
The ID of the zone that handles some of the Local Zone or Wavelength Zone control plane operations, such as API calls.
Creates a new builder-style object to manufacture AvailabilityZone
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for AvailabilityZone
impl Send for AvailabilityZone
impl Sync for AvailabilityZone
impl Unpin for AvailabilityZone
impl UnwindSafe for AvailabilityZone
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more