pub struct GoogleCloudApigeeV1Organization {
Show 28 fields pub addons_config: Option<GoogleCloudApigeeV1AddonsConfig>, pub analytics_region: Option<String>, pub api_consumer_data_encryption_key_name: Option<String>, pub api_consumer_data_location: Option<String>, pub apigee_project_id: Option<String>, pub attributes: Option<Vec<String>>, pub authorized_network: Option<String>, pub billing_type: Option<String>, pub ca_certificate: Option<Vec<u8>>, pub control_plane_encryption_key_name: Option<String>, pub created_at: Option<i64>, pub customer_name: Option<String>, pub description: Option<String>, pub disable_vpc_peering: Option<bool>, pub display_name: Option<String>, pub environments: Option<Vec<String>>, pub expires_at: Option<i64>, pub last_modified_at: Option<i64>, pub name: Option<String>, pub portal_disabled: Option<bool>, pub project_id: Option<String>, pub properties: Option<GoogleCloudApigeeV1Properties>, pub runtime_database_encryption_key_name: Option<String>, pub runtime_type: Option<String>, pub state: Option<String>, pub subscription_plan: Option<String>, pub subscription_type: Option<String>, pub type_: Option<String>,
}
Expand description

There is no detailed description.

§Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields§

§addons_config: Option<GoogleCloudApigeeV1AddonsConfig>

Addon configurations of the Apigee organization.

§analytics_region: Option<String>

Required. DEPRECATED: This field will eventually be deprecated and replaced with a differently-named field. Primary Google Cloud region for analytics data storage. For valid values, see Create an Apigee organization.

§api_consumer_data_encryption_key_name: Option<String>

Cloud KMS key name used for encrypting API consumer data. Required for US/EU regions when BillingType is SUBSCRIPTION. When BillingType is EVALUATION or the region is not US/EU, a Google-Managed encryption key will be used. Format: projects/*/locations/*/keyRings/*/cryptoKeys/*

§api_consumer_data_location: Option<String>

This field is needed only for customers with control plane in US or EU. Apigee stores some control plane data only in single region. This field determines which single region Apigee should use. For example: “us-west1” when control plane is in US or “europe-west2” when control plane is in EU.

§apigee_project_id: Option<String>

Output only. Apigee Project ID associated with the organization. Use this project to allowlist Apigee in the Service Attachment when using private service connect with Apigee.

§attributes: Option<Vec<String>>

Not used by Apigee.

§authorized_network: Option<String>

Compute Engine network used for Service Networking to be peered with Apigee runtime instances. See Getting started with the Service Networking API. Valid only when RuntimeType is set to CLOUD. The value must be set before the creation of a runtime instance and can be updated only when there are no runtime instances. For example: default. Apigee also supports shared VPC (that is, the host network project is not the same as the one that is peering with Apigee). See Shared VPC overview. To use a shared VPC network, use the following format: projects/{host-project-id}/{region}/networks/{network-name}. For example: projects/my-sharedvpc-host/global/networks/mynetwork Note: Not supported for Apigee hybrid.

§billing_type: Option<String>

Billing type of the Apigee organization. See Apigee pricing.

§ca_certificate: Option<Vec<u8>>

Output only. Base64-encoded public certificate for the root CA of the Apigee organization. Valid only when RuntimeType is CLOUD.

§control_plane_encryption_key_name: Option<String>

Cloud KMS key name used for encrypting control plane data that is stored in a multi region. Required when BillingType is SUBSCRIPTION. When BillingType is EVALUATION, a Google-Managed encryption key will be used. Format: projects/*/locations/*/keyRings/*/cryptoKeys/*

§created_at: Option<i64>

Output only. Time that the Apigee organization was created in milliseconds since epoch.

§customer_name: Option<String>

Not used by Apigee.

§description: Option<String>

Description of the Apigee organization.

§disable_vpc_peering: Option<bool>

Optional. Flag that specifies whether the VPC Peering through Private Google Access should be disabled between the consumer network and Apigee. Valid only when RuntimeType is set to CLOUD. Required if an authorizedNetwork on the consumer project is not provided, in which case the flag should be set to true. The value must be set before the creation of any Apigee runtime instance and can be updated only when there are no runtime instances. Note: Apigee will be deprecating the vpc peering model that requires you to provide ‘authorizedNetwork’, by making the non-peering model as the default way of provisioning Apigee organization in future. So, this will be a temporary flag to enable the transition. Not supported for Apigee hybrid.

§display_name: Option<String>

Display name for the Apigee organization. Unused, but reserved for future use.

§environments: Option<Vec<String>>

Output only. List of environments in the Apigee organization.

§expires_at: Option<i64>

Output only. Time that the Apigee organization is scheduled for deletion.

§last_modified_at: Option<i64>

Output only. Time that the Apigee organization was last modified in milliseconds since epoch.

§name: Option<String>

Output only. Name of the Apigee organization.

§portal_disabled: Option<bool>

Configuration for the Portals settings.

§project_id: Option<String>

Output only. Project ID associated with the Apigee organization.

§properties: Option<GoogleCloudApigeeV1Properties>

Properties defined in the Apigee organization profile.

§runtime_database_encryption_key_name: Option<String>

Cloud KMS key name used for encrypting the data that is stored and replicated across runtime instances. Update is not allowed after the organization is created. Required when RuntimeType is CLOUD. If not specified when RuntimeType is TRIAL, a Google-Managed encryption key will be used. For example: “projects/foo/locations/us/keyRings/bar/cryptoKeys/baz”. Note: Not supported for Apigee hybrid.

§runtime_type: Option<String>

Required. Runtime type of the Apigee organization based on the Apigee subscription purchased.

§state: Option<String>

Output only. State of the organization. Values other than ACTIVE means the resource is not ready to use.

§subscription_plan: Option<String>

Output only. Subscription plan that the customer has purchased. Output only.

§subscription_type: Option<String>

Output only. DEPRECATED: This will eventually be replaced by BillingType. Subscription type of the Apigee organization. Valid values include trial (free, limited, and for evaluation purposes only) or paid (full subscription has been purchased). See Apigee pricing.

§type_: Option<String>

Not used by Apigee.

Trait Implementations§

source§

impl Clone for GoogleCloudApigeeV1Organization

source§

fn clone(&self) -> GoogleCloudApigeeV1Organization

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for GoogleCloudApigeeV1Organization

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for GoogleCloudApigeeV1Organization

source§

fn default() -> GoogleCloudApigeeV1Organization

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for GoogleCloudApigeeV1Organization

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Serialize for GoogleCloudApigeeV1Organization

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl RequestValue for GoogleCloudApigeeV1Organization

source§

impl ResponseResult for GoogleCloudApigeeV1Organization

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> ToOwned for T
where T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more
source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,