Struct aws_sdk_backupgateway::model::GatewayDetails
source · #[non_exhaustive]pub struct GatewayDetails { /* private fields */ }
Expand description
The details of gateway.
Implementations§
source§impl GatewayDetails
impl GatewayDetails
sourcepub fn gateway_arn(&self) -> Option<&str>
pub fn gateway_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
operation to return a list of gateways for your account and Amazon Web Services Region.
sourcepub fn gateway_display_name(&self) -> Option<&str>
pub fn gateway_display_name(&self) -> Option<&str>
The display name of the gateway.
sourcepub fn gateway_type(&self) -> Option<&GatewayType>
pub fn gateway_type(&self) -> Option<&GatewayType>
The type of the gateway type.
sourcepub fn hypervisor_id(&self) -> Option<&str>
pub fn hypervisor_id(&self) -> Option<&str>
The hypervisor ID of the gateway.
sourcepub fn last_seen_time(&self) -> Option<&DateTime>
pub fn last_seen_time(&self) -> Option<&DateTime>
Details showing the last time Backup gateway communicated with the cloud, in Unix format and UTC time.
sourcepub fn maintenance_start_time(&self) -> Option<&MaintenanceStartTime>
pub fn maintenance_start_time(&self) -> Option<&MaintenanceStartTime>
Returns your gateway's weekly maintenance start time including the day and time of the week. Note that values are in terms of the gateway's time zone. Can be weekly or monthly.
sourcepub fn next_update_availability_time(&self) -> Option<&DateTime>
pub fn next_update_availability_time(&self) -> Option<&DateTime>
Details showing the next update availability time of the gateway.
sourcepub fn vpc_endpoint(&self) -> Option<&str>
pub fn vpc_endpoint(&self) -> Option<&str>
The DNS name for the virtual private cloud (VPC) endpoint the gateway uses to connect to the cloud for backup gateway.
source§impl GatewayDetails
impl GatewayDetails
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GatewayDetails
.
Trait Implementations§
source§impl Clone for GatewayDetails
impl Clone for GatewayDetails
source§fn clone(&self) -> GatewayDetails
fn clone(&self) -> GatewayDetails
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for GatewayDetails
impl Debug for GatewayDetails
source§impl PartialEq<GatewayDetails> for GatewayDetails
impl PartialEq<GatewayDetails> for GatewayDetails
source§fn eq(&self, other: &GatewayDetails) -> bool
fn eq(&self, other: &GatewayDetails) -> bool
self
and other
values to be equal, and is used
by ==
.