Cloud Filestore v1 API - Class CreateInstanceRequest (2.5.0)

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

Reference documentation and code samples for the Cloud Filestore v1 API class CreateInstanceRequest.

CreateInstanceRequest creates an instance.

Inheritance

object > CreateInstanceRequest

Namespace

Google.Cloud.Filestore.V1

Assembly

Google.Cloud.Filestore.V1.dll

Constructors

CreateInstanceRequest()

public CreateInstanceRequest()

CreateInstanceRequest(CreateInstanceRequest)

public CreateInstanceRequest(CreateInstanceRequest other)
Parameter
NameDescription
otherCreateInstanceRequest

Properties

Instance

public Instance Instance { get; set; }

Required. An [instance resource][google.cloud.filestore.v1.Instance]

Property Value
TypeDescription
Instance

InstanceId

public string InstanceId { get; set; }

Required. The name of the instance to create. The name must be unique for the specified project and location.

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

Required. The instance's project and location, in the format projects/{project_id}/locations/{location}. In Filestore, locations map to Google Cloud zones, for example us-west1-b.

Property Value
TypeDescription
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName