#[non_exhaustive]pub struct ScheduledInstancesPrivateIpAddressConfig { /* private fields */ }
Expand description
Describes a private IPv4 address for a Scheduled Instance.
Implementations§
source§impl ScheduledInstancesPrivateIpAddressConfig
impl ScheduledInstancesPrivateIpAddressConfig
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ScheduledInstancesPrivateIpAddressConfig
.
Trait Implementations§
source§impl Clone for ScheduledInstancesPrivateIpAddressConfig
impl Clone for ScheduledInstancesPrivateIpAddressConfig
source§fn clone(&self) -> ScheduledInstancesPrivateIpAddressConfig
fn clone(&self) -> ScheduledInstancesPrivateIpAddressConfig
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more