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.
Implements
IMessageCreateInstanceRequest, IEquatableCreateInstanceRequest, IDeepCloneableCreateInstanceRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Filestore.V1Assembly
Google.Cloud.Filestore.V1.dll
Constructors
CreateInstanceRequest()
public CreateInstanceRequest()
CreateInstanceRequest(CreateInstanceRequest)
public CreateInstanceRequest(CreateInstanceRequest other)
Parameter | |
---|---|
Name | Description |
other |
CreateInstanceRequest |
Properties
Instance
public Instance Instance { get; set; }
Required. An [instance resource][google.cloud.filestore.v1.Instance]
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |