Class ElasticPropertiesResponse
- java.lang.Object
-
- com.pulumi.azurenative.elastic.outputs.ElasticPropertiesResponse
-
public final class ElasticPropertiesResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ElasticPropertiesResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ElasticPropertiesResponse.Builder
builder()
static ElasticPropertiesResponse.Builder
builder(ElasticPropertiesResponse defaults)
java.util.Optional<ElasticCloudDeploymentResponse>
elasticCloudDeployment()
java.util.Optional<ElasticCloudUserResponse>
elasticCloudUser()
-
-
-
Method Detail
-
elasticCloudDeployment
public java.util.Optional<ElasticCloudDeploymentResponse> elasticCloudDeployment()
- Returns:
- Details of the elastic cloud deployment.
-
elasticCloudUser
public java.util.Optional<ElasticCloudUserResponse> elasticCloudUser()
- Returns:
- Details of the user's elastic account.
-
builder
public static ElasticPropertiesResponse.Builder builder()
-
builder
public static ElasticPropertiesResponse.Builder builder(ElasticPropertiesResponse defaults)
-
-