Reference documentation and code samples for the Google Cloud Filestore V1 Client class CreateInstanceRequest.
CreateInstanceRequest creates an instance.
Generated from protobuf message google.cloud.filestore.v1.CreateInstanceRequest
Namespace
Google \ Cloud \ Filestore \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
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.
↳ instance_id
string
Required. The name of the instance to create. The name must be unique for the specified project and location.
↳ instance
getParent
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.
string
setParent
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.
var
string
$this
getInstanceId
Required. The name of the instance to create.
The name must be unique for the specified project and location.
string
setInstanceId
Required. The name of the instance to create.
The name must be unique for the specified project and location.
var
string
$this
getInstance
Required. An instance resource
hasInstance
clearInstance
setInstance
Required. An instance resource
$this
static::build
parent
string
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. Please see Google\Cloud\Filestore\V1\CloudFilestoreManagerClient::locationName()
for help formatting this field.
instance
instanceId
string
Required. The name of the instance to create. The name must be unique for the specified project and location.