Struct lsm::AccessGroup [] [src]

pub struct AccessGroup {
    pub id: String,
    pub name: String,
    pub init_ids: Vec<String>,
    pub init_type: InitiatorType,
    pub system_id: String,
    // some fields omitted
}

Access group is also known as host group on some storage system, it defines a group of initiators sharing the same access to the volume.

Fields

Identifier

Human friendly name.

Initiator list.

Initiator type.

Trait Implementations

impl Debug for AccessGroup
[src]

[src]

Formats the value using the given formatter.

impl Clone for AccessGroup
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more