Reference documentation and code samples for the Google Cloud Bare Metal Solution V2 Client class CreateProvisioningConfigRequest.
Request for CreateProvisioningConfig.
Generated from protobuf message google.cloud.baremetalsolution.v2.CreateProvisioningConfigRequest
Namespace
Google \ Cloud \ BareMetalSolution \ V2Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The parent project and location containing the ProvisioningConfig. |
↳ provisioning_config |
ProvisioningConfig
Required. The ProvisioningConfig to create. |
↳ email |
string
Optional. Email provided to send a confirmation with provisioning config to. |
getParent
Required. The parent project and location containing the ProvisioningConfig.
| Returns | |
|---|---|
| Type | Description |
string |
|
setParent
Required. The parent project and location containing the ProvisioningConfig.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getProvisioningConfig
Required. The ProvisioningConfig to create.
| Returns | |
|---|---|
| Type | Description |
ProvisioningConfig|null |
|
hasProvisioningConfig
clearProvisioningConfig
setProvisioningConfig
Required. The ProvisioningConfig to create.
| Parameter | |
|---|---|
| Name | Description |
var |
ProvisioningConfig
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getEmail
Optional. Email provided to send a confirmation with provisioning config to.
| Returns | |
|---|---|
| Type | Description |
string |
|
setEmail
Optional. Email provided to send a confirmation with provisioning config to.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameters | |
|---|---|
| Name | Description |
parent |
string
Required. The parent project and location containing the ProvisioningConfig. Please see BareMetalSolutionClient::locationName() for help formatting this field. |
provisioningConfig |
ProvisioningConfig
Required. The ProvisioningConfig to create. |
| Returns | |
|---|---|
| Type | Description |
CreateProvisioningConfigRequest |
|