NetApp v1 API - Class CreateHostGroupRequest (1.14.0)

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

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

CreateHostGroupRequest for creating a host group.

Inheritance

object > CreateHostGroupRequest

Namespace

Google.Cloud.NetApp.V1

Assembly

Google.Cloud.NetApp.V1.dll

Constructors

CreateHostGroupRequest()

public CreateHostGroupRequest()

CreateHostGroupRequest(CreateHostGroupRequest)

public CreateHostGroupRequest(CreateHostGroupRequest other)
Parameter
Name Description
other CreateHostGroupRequest

Properties

HostGroup

public HostGroup HostGroup { get; set; }

Required. Fields of the host group to create.

Property Value
Type Description
HostGroup

HostGroupId

public string HostGroupId { get; set; }

Required. ID of the host group to create. Must be unique within the parent resource. Must contain only letters, numbers, and hyphen, with the first character a letter or underscore, the last a letter or underscore or a number, and a 63 character maximum.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. Parent value for CreateHostGroupRequest

Property Value
Type Description
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
Type Description
LocationName