NetApp v1 API - Class HostGroup (1.14.0)

public sealed class HostGroup : IMessage<HostGroup>, IEquatable<HostGroup>, IDeepCloneable<HostGroup>, IBufferMessage, IMessage

Reference documentation and code samples for the NetApp v1 API class HostGroup.

Host group is a collection of hosts that can be used for accessing a Block Volume.

Inheritance

object > HostGroup

Namespace

Google.Cloud.NetApp.V1

Assembly

Google.Cloud.NetApp.V1.dll

Constructors

HostGroup()

public HostGroup()

HostGroup(HostGroup)

public HostGroup(HostGroup other)
Parameter
Name Description
other HostGroup

Properties

CreateTime

public Timestamp CreateTime { get; set; }

Output only. Create time of the host group.

Property Value
Type Description
Timestamp

Description

public string Description { get; set; }

Optional. Description of the host group.

Property Value
Type Description
string

HostGroupName

public HostGroupName HostGroupName { get; set; }

HostGroupName-typed view over the Name resource name property.

Property Value
Type Description
HostGroupName

Hosts

public RepeatedField<string> Hosts { get; }

Required. The list of hosts associated with the host group.

Property Value
Type Description
RepeatedFieldstring

Labels

public MapField<string, string> Labels { get; }

Optional. Labels of the host group.

Property Value
Type Description
MapFieldstringstring

Name

public string Name { get; set; }

Identifier. The resource name of the host group. Format: projects/{project_number}/locations/{location_id}/hostGroups/{host_group_id}.

Property Value
Type Description
string

OsType

public OsType OsType { get; set; }

Required. The OS type of the host group. It indicates the type of operating system used by all of the hosts in the HostGroup. All hosts in a HostGroup must be of the same OS type. This can be set only when creating a HostGroup.

Property Value
Type Description
OsType

State

public HostGroup.Types.State State { get; set; }

Output only. State of the host group.

Property Value
Type Description
HostGroupTypesState

Type

public HostGroup.Types.Type Type { get; set; }

Required. Type of the host group.

Property Value
Type Description
HostGroupTypesType