public sealed class CreateInstanceRequest : IMessage<CreateInstanceRequest>, IEquatable<CreateInstanceRequest>, IDeepCloneable<CreateInstanceRequest>, IBufferMessage, IMessageCreateInstanceRequest creates an instance.
Implements
IMessage<CreateInstanceRequest>, IEquatable<CreateInstanceRequest>, IDeepCloneable<CreateInstanceRequest>, 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 Cloud Filestore,
locations map to GCP 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 |
|