Package | Description |
---|---|
org.jclouds.azurecompute.arm.domain |
Modifier and Type | Method and Description |
---|---|
static Deployment.Dependency |
Deployment.Dependency.create(List<Deployment.Dependency> dependencies,
List<Deployment.Dependency> dependsOn,
String id,
String resourceType,
String resourceName) |
Modifier and Type | Method and Description |
---|---|
abstract List<Deployment.Dependency> |
Deployment.Dependency.dependencies() |
abstract List<Deployment.Dependency> |
Deployment.DeploymentProperties.dependencies() |
abstract List<Deployment.Dependency> |
Deployment.Dependency.dependsOn() |
Modifier and Type | Method and Description |
---|---|
static Deployment.Dependency |
Deployment.Dependency.create(List<Deployment.Dependency> dependencies,
List<Deployment.Dependency> dependsOn,
String id,
String resourceType,
String resourceName) |
static Deployment.Dependency |
Deployment.Dependency.create(List<Deployment.Dependency> dependencies,
List<Deployment.Dependency> dependsOn,
String id,
String resourceType,
String resourceName) |
static Deployment.DeploymentProperties |
Deployment.DeploymentProperties.create(String provisioningState,
String correlationId,
String timestamp,
Map<String,JsonBall> outputs,
List<Deployment.Provider> providers,
List<Deployment.Dependency> dependencies,
Map<String,JsonBall> template,
Deployment.ContentLink templateLink,
Map<String,Value> parameters,
Deployment.ContentLink parametersLink,
String mode,
String duration,
List<Map<String,String>> outputResources) |
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.