public abstract class Deployment extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Deployment.ContentLink |
static class |
Deployment.Dependency |
static class |
Deployment.DeploymentMode |
static class |
Deployment.DeploymentProperties |
static class |
Deployment.Provider |
static class |
Deployment.ProviderResourceType |
static class |
Deployment.ProvisioningState |
static class |
Deployment.TypeValue |
Constructor and Description |
---|
Deployment() |
Modifier and Type | Method and Description |
---|---|
static Deployment |
create(String id,
String name,
Deployment.DeploymentProperties properties) |
abstract String |
id()
The ID associated with the template deployment.
|
abstract String |
name()
The name associated with the template deployment.
|
abstract Deployment.DeploymentProperties |
properties()
Properties of the deployment.
|
public abstract String name()
@Nullable public abstract Deployment.DeploymentProperties properties()
public static Deployment create(String id, String name, Deployment.DeploymentProperties properties)
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.