Package | Description |
---|---|
com.google.api.services.deploymentmanager.model |
Modifier and Type | Method and Description |
---|---|
TargetConfiguration |
TargetConfiguration.clone() |
TargetConfiguration |
Deployment.getTarget()
[Input Only] The parameters that define your deployment, including the deployment configuration
and relevant templates.
|
TargetConfiguration |
TargetConfiguration.set(String fieldName,
Object value) |
TargetConfiguration |
TargetConfiguration.setConfig(ConfigFile config)
The configuration to use for this deployment.
|
TargetConfiguration |
TargetConfiguration.setImports(List<ImportFile> imports)
Specifies any files to import for this configuration.
|
Modifier and Type | Method and Description |
---|---|
Deployment |
Deployment.setTarget(TargetConfiguration target)
[Input Only] The parameters that define your deployment, including the deployment configuration
and relevant templates.
|
Copyright © 2011–2024 Google. All rights reserved.