Google Cloud Dataplex V1 Client - Class InfrastructureSpec (1.3.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Dataplex V1 Client class InfrastructureSpec.
Configuration for the underlying infrastructure used to run workloads.
Generated from protobuf message google.cloud.dataplex.v1.Environment.InfrastructureSpec
Namespace
Google \ Cloud \ Dataplex \ V1 \ EnvironmentMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ compute |
InfrastructureSpec\ComputeResources
Optional. Compute resources needed for analyze interactive workloads. |
↳ os_image |
InfrastructureSpec\OsImageRuntime
Required. Software Runtime Configuration for analyze interactive workloads. |
getCompute
Optional. Compute resources needed for analyze interactive workloads.
| Returns | |
|---|---|
| Type | Description |
InfrastructureSpec\ComputeResources|null |
|
hasCompute
setCompute
Optional. Compute resources needed for analyze interactive workloads.
| Parameter | |
|---|---|
| Name | Description |
var |
InfrastructureSpec\ComputeResources
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getOsImage
Required. Software Runtime Configuration for analyze interactive workloads.
| Returns | |
|---|---|
| Type | Description |
InfrastructureSpec\OsImageRuntime|null |
|
hasOsImage
setOsImage
Required. Software Runtime Configuration for analyze interactive workloads.
| Parameter | |
|---|---|
| Name | Description |
var |
InfrastructureSpec\OsImageRuntime
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getResources
| Returns | |
|---|---|
| Type | Description |
string |
|
getRuntime
| Returns | |
|---|---|
| Type | Description |
string |
|