Struct google_dataproc1::ManagedGroupConfig[][src]

pub struct ManagedGroupConfig {
    pub instance_template_name: Option<String>,
    pub instance_group_manager_name: Option<String>,
}

Specifies the resources used to actively manage an instance group.

This type is not used in any activity, and only used as part of another schema.

Fields

Output-only. The name of the Instance Template used for the Managed Instance Group.

Output-only. The name of the Instance Group Manager for this group.

Trait Implementations

impl Default for ManagedGroupConfig
[src]

Returns the "default value" for a type. Read more

impl Clone for ManagedGroupConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ManagedGroupConfig
[src]

Formats the value using the given formatter. Read more

impl Part for ManagedGroupConfig
[src]

Auto Trait Implementations