Class GetClusterTemplatePlainArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.InvokeArgs
-
- com.pulumi.openstack.containerinfra.inputs.GetClusterTemplatePlainArgs
-
public final class GetClusterTemplatePlainArgs extends com.pulumi.resources.InvokeArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetClusterTemplatePlainArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static GetClusterTemplatePlainArgsEmpty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetClusterTemplatePlainArgs.Builderbuilder()static GetClusterTemplatePlainArgs.Builderbuilder(GetClusterTemplatePlainArgs defaults)java.lang.Stringname()java.util.Optional<java.lang.String>region()
-
-
-
Field Detail
-
Empty
public static final GetClusterTemplatePlainArgs Empty
-
-
Method Detail
-
name
public java.lang.String name()
- Returns:
- The name of the cluster template.
-
region
public java.util.Optional<java.lang.String> region()
- Returns:
- The region in which to obtain the V1 Container Infra client. If omitted, the `region` argument of the provider is used.
-
builder
public static GetClusterTemplatePlainArgs.Builder builder()
-
builder
public static GetClusterTemplatePlainArgs.Builder builder(GetClusterTemplatePlainArgs defaults)
-
-