pub struct GoogleCloudApigeeV1Organization {
Show 22 fields pub addons_config: Option<GoogleCloudApigeeV1AddonsConfig>, pub analytics_region: Option<String>, pub attributes: Option<Vec<String>>, pub authorized_network: Option<String>, pub billing_type: Option<String>, pub ca_certificate: Option<String>, pub created_at: Option<String>, pub customer_name: Option<String>, pub description: Option<String>, pub display_name: Option<String>, pub environments: Option<Vec<String>>, pub expires_at: Option<String>, pub last_modified_at: Option<String>, 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_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. Primary GCP region for analytics data storage. For valid values, see Create an Apigee organization.

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<String>

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

created_at: Option<String>

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.

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<String>

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

last_modified_at: Option<String>

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_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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

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

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

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

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

Calls U::from(self).

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

The resulting type after obtaining ownership.

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

🔬 This is a nightly-only experimental API. (toowned_clone_into)

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

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

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

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