Class AggregateV2State
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.openstack.compute.inputs.AggregateV2State
-
public final class AggregateV2State extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAggregateV2State.Builder
-
Field Summary
Fields Modifier and Type Field Description static AggregateV2StateEmpty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AggregateV2State.Builderbuilder()static AggregateV2State.Builderbuilder(AggregateV2State defaults)java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>>hosts()java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>>>metadata()java.util.Optional<com.pulumi.core.Output<java.lang.String>>name()java.util.Optional<com.pulumi.core.Output<java.lang.String>>region()java.util.Optional<com.pulumi.core.Output<java.lang.String>>zone()
-
-
-
Field Detail
-
Empty
public static final AggregateV2State Empty
-
-
Method Detail
-
hosts
public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> hosts()
- Returns:
- The list of hosts contained in the Host Aggregate. The hosts must be added to Openstack and visible in the web interface, or the provider will fail to add them to the host aggregate.
-
metadata
public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>>> metadata()
- Returns:
- The metadata of the Host Aggregate. Can be useful to indicate scheduler hints.
-
name
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()
- Returns:
- The name of the Host Aggregate
-
region
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> region()
- Returns:
- The region in which to create the Host Aggregate. If omitted, the `region` argument of the provider is used. Changing this creates a new Host Aggregate.
-
zone
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> zone()
- Returns:
- The name of the Availability Zone to use. If ommited, it will take the default availability zone.
-
builder
public static AggregateV2State.Builder builder()
-
builder
public static AggregateV2State.Builder builder(AggregateV2State defaults)
-
-