#[non_exhaustive]pub struct CoreNetworkPolicyVersion { /* private fields */ }
Expand description
Describes a core network policy version.
Implementations§
source§impl CoreNetworkPolicyVersion
impl CoreNetworkPolicyVersion
sourcepub fn core_network_id(&self) -> Option<&str>
pub fn core_network_id(&self) -> Option<&str>
The ID of a core network.
sourcepub fn policy_version_id(&self) -> Option<i32>
pub fn policy_version_id(&self) -> Option<i32>
The ID of the policy version.
sourcepub fn alias(&self) -> Option<&CoreNetworkPolicyAlias>
pub fn alias(&self) -> Option<&CoreNetworkPolicyAlias>
Whether a core network policy is the current policy or the most recently submitted policy.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description of a core network policy version.
sourcepub fn created_at(&self) -> Option<&DateTime>
pub fn created_at(&self) -> Option<&DateTime>
The timestamp when a core network policy version was created.
sourcepub fn change_set_state(&self) -> Option<&ChangeSetState>
pub fn change_set_state(&self) -> Option<&ChangeSetState>
The status of the policy version change set.
source§impl CoreNetworkPolicyVersion
impl CoreNetworkPolicyVersion
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CoreNetworkPolicyVersion
.
Trait Implementations§
source§impl Clone for CoreNetworkPolicyVersion
impl Clone for CoreNetworkPolicyVersion
source§fn clone(&self) -> CoreNetworkPolicyVersion
fn clone(&self) -> CoreNetworkPolicyVersion
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 moresource§impl Debug for CoreNetworkPolicyVersion
impl Debug for CoreNetworkPolicyVersion
source§impl PartialEq<CoreNetworkPolicyVersion> for CoreNetworkPolicyVersion
impl PartialEq<CoreNetworkPolicyVersion> for CoreNetworkPolicyVersion
source§fn eq(&self, other: &CoreNetworkPolicyVersion) -> bool
fn eq(&self, other: &CoreNetworkPolicyVersion) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.