Struct google_apigee1::api::GoogleCloudApigeeV1Instance[][src]

pub struct GoogleCloudApigeeV1Instance {
    pub created_at: Option<String>,
    pub description: Option<String>,
    pub disk_encryption_key_name: Option<String>,
    pub display_name: Option<String>,
    pub host: Option<String>,
    pub last_modified_at: Option<String>,
    pub location: Option<String>,
    pub name: Option<String>,
    pub peering_cidr_range: Option<String>,
    pub port: Option<String>,
    pub state: Option<String>,
}

Apigee runtime instance.

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

created_at: Option<String>

Output only. Time the instance was created in milliseconds since epoch.

description: Option<String>

Optional. Description of the instance.

disk_encryption_key_name: Option<String>

Customer Managed Encryption Key (CMEK) used for disk and volume encryption. Required for Apigee paid subscriptions only. Use the following format: projects/([^/]+)/locations/([^/]+)/keyRings/([^/]+)/cryptoKeys/([^/]+)

display_name: Option<String>

Optional. Display name for the instance.

host: Option<String>

Output only. Internal hostname or IP address of the Apigee endpoint used by clients to connect to the service.

last_modified_at: Option<String>

Output only. Time the instance was last modified in milliseconds since epoch.

location: Option<String>

Required. Compute Engine location where the instance resides.

name: Option<String>

Required. Resource ID of the instance. Values must match the regular expression ^a-z{0,30}[a-z\d]$.

peering_cidr_range: Option<String>

Optional. Size of the CIDR block range that will be reserved by the instance. PAID organizations support SLASH_16 to SLASH_20 and defaults to SLASH_16. Evaluation organizations support only SLASH_23.

port: Option<String>

Output only. Port number of the exposed Apigee endpoint.

state: Option<String>

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

Trait Implementations

impl Clone for GoogleCloudApigeeV1Instance[src]

impl Debug for GoogleCloudApigeeV1Instance[src]

impl Default for GoogleCloudApigeeV1Instance[src]

impl<'de> Deserialize<'de> for GoogleCloudApigeeV1Instance[src]

impl RequestValue for GoogleCloudApigeeV1Instance[src]

impl ResponseResult for GoogleCloudApigeeV1Instance[src]

impl Serialize for GoogleCloudApigeeV1Instance[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

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

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

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

The type returned in the event of a conversion error.