Reference documentation and code samples for the Google Cloud Net App V1 Client class CreateKmsConfigRequest.
CreateKmsConfigRequest creates a KMS Config.
Generated from protobuf message google.cloud.netapp.v1.CreateKmsConfigRequest
Namespace
Google \ Cloud \ NetApp \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
data | 
        
          array
          Optional. Data for populating the Message object.  | 
      
↳ parent | 
        
          string
          Required. Value for parent.  | 
      
↳ kms_config_id | 
        
          string
          Required. Id of the requesting KmsConfig. Must be unique within the parent resource. Must contain only letters, numbers and hyphen, with the first character a letter, the last a letter or a number, and a 63 character maximum.  | 
      
↳ kms_config | 
        
          KmsConfig
          Required. The required parameters to create a new KmsConfig.  | 
      
getParent
Required. Value for parent.
| Returns | |
|---|---|
| Type | Description | 
string | 
        |
setParent
Required. Value for parent.
| Parameter | |
|---|---|
| Name | Description | 
var | 
        
          string
           | 
      
| Returns | |
|---|---|
| Type | Description | 
$this | 
        |
getKmsConfigId
Required. Id of the requesting KmsConfig. Must be unique within the parent resource. Must contain only letters, numbers and hyphen, with the first character a letter, the last a letter or a number, and a 63 character maximum.
| Returns | |
|---|---|
| Type | Description | 
string | 
        |
setKmsConfigId
Required. Id of the requesting KmsConfig. Must be unique within the parent resource. Must contain only letters, numbers and hyphen, with the first character a letter, the last a letter or a number, and a 63 character maximum.
| Parameter | |
|---|---|
| Name | Description | 
var | 
        
          string
           | 
      
| Returns | |
|---|---|
| Type | Description | 
$this | 
        |
getKmsConfig
Required. The required parameters to create a new KmsConfig.
| Returns | |
|---|---|
| Type | Description | 
KmsConfig|null | 
        |
hasKmsConfig
clearKmsConfig
setKmsConfig
Required. The required parameters to create a new KmsConfig.
| Parameter | |
|---|---|
| Name | Description | 
var | 
        
          KmsConfig
           | 
      
| Returns | |
|---|---|
| Type | Description | 
$this | 
        |
static::build
| Parameters | |
|---|---|
| Name | Description | 
parent | 
        
          string
          Required. Value for parent. Please see NetAppClient::locationName() for help formatting this field.  | 
      
kmsConfig | 
        
          KmsConfig
          Required. The required parameters to create a new KmsConfig.  | 
      
kmsConfigId | 
        
          string
          Required. Id of the requesting KmsConfig. Must be unique within the parent resource. Must contain only letters, numbers and hyphen, with the first character a letter, the last a letter or a number, and a 63 character maximum.  | 
      
| Returns | |
|---|---|
| Type | Description | 
CreateKmsConfigRequest | 
        |