Enum google_api_proto::google::cloud::assuredworkloads::v1::workload::ComplianceRegime
source · #[repr(i32)]pub enum ComplianceRegime {
Show 13 variants
Unspecified = 0,
Il4 = 1,
Cjis = 2,
FedrampHigh = 3,
FedrampModerate = 4,
UsRegionalAccess = 5,
Hipaa = 6,
Hitrust = 7,
EuRegionsAndSupport = 8,
CaRegionsAndSupport = 9,
Itar = 10,
AuRegionsAndUsSupport = 11,
AssuredWorkloadsForPartners = 12,
}
Expand description
Supported Compliance Regimes.
Variants§
Unspecified = 0
Unknown compliance regime.
Il4 = 1
Information protection as per DoD IL4 requirements.
Cjis = 2
Criminal Justice Information Services (CJIS) Security policies.
FedrampHigh = 3
FedRAMP High data protection controls
FedrampModerate = 4
FedRAMP Moderate data protection controls
UsRegionalAccess = 5
Assured Workloads For US Regions data protection controls
Hipaa = 6
Health Insurance Portability and Accountability Act controls
Hitrust = 7
Health Information Trust Alliance controls
EuRegionsAndSupport = 8
Assured Workloads For EU Regions and Support controls
CaRegionsAndSupport = 9
Assured Workloads For Canada Regions and Support controls
Itar = 10
International Traffic in Arms Regulations
AuRegionsAndUsSupport = 11
Assured Workloads for Australia Regions and Support controls Available for public preview consumption. Don’t create production workloads.
AssuredWorkloadsForPartners = 12
Assured Workloads for Partners
Implementations§
source§impl ComplianceRegime
impl ComplianceRegime
sourcepub fn as_str_name(&self) -> &'static str
pub fn as_str_name(&self) -> &'static str
String value of the enum field names used in the ProtoBuf definition.
The values are not transformed in any way and thus are considered stable (if the ProtoBuf definition does not change) and safe for programmatic use.
sourcepub fn from_str_name(value: &str) -> Option<Self>
pub fn from_str_name(value: &str) -> Option<Self>
Creates an enum from field names used in the ProtoBuf definition.
Trait Implementations§
source§impl Clone for ComplianceRegime
impl Clone for ComplianceRegime
source§fn clone(&self) -> ComplianceRegime
fn clone(&self) -> ComplianceRegime
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for ComplianceRegime
impl Debug for ComplianceRegime
source§impl Default for ComplianceRegime
impl Default for ComplianceRegime
source§fn default() -> ComplianceRegime
fn default() -> ComplianceRegime
source§impl From<ComplianceRegime> for i32
impl From<ComplianceRegime> for i32
source§fn from(value: ComplianceRegime) -> i32
fn from(value: ComplianceRegime) -> i32
source§impl Hash for ComplianceRegime
impl Hash for ComplianceRegime
source§impl Ord for ComplianceRegime
impl Ord for ComplianceRegime
source§fn cmp(&self, other: &ComplianceRegime) -> Ordering
fn cmp(&self, other: &ComplianceRegime) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
source§impl PartialEq for ComplianceRegime
impl PartialEq for ComplianceRegime
source§fn eq(&self, other: &ComplianceRegime) -> bool
fn eq(&self, other: &ComplianceRegime) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for ComplianceRegime
impl PartialOrd for ComplianceRegime
source§fn partial_cmp(&self, other: &ComplianceRegime) -> Option<Ordering>
fn partial_cmp(&self, other: &ComplianceRegime) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
self
and other
) and is used by the <=
operator. Read moresource§impl TryFrom<i32> for ComplianceRegime
impl TryFrom<i32> for ComplianceRegime
§type Error = UnknownEnumValue
type Error = UnknownEnumValue
source§fn try_from(value: i32) -> Result<ComplianceRegime, UnknownEnumValue>
fn try_from(value: i32) -> Result<ComplianceRegime, UnknownEnumValue>
impl Copy for ComplianceRegime
impl Eq for ComplianceRegime
impl StructuralPartialEq for ComplianceRegime
Auto Trait Implementations§
impl Freeze for ComplianceRegime
impl RefUnwindSafe for ComplianceRegime
impl Send for ComplianceRegime
impl Sync for ComplianceRegime
impl Unpin for ComplianceRegime
impl UnwindSafe for ComplianceRegime
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
key
and return true
if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
key
and return true
if they are equal.§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
T
in a tonic::Request