Class GetGroupPlainArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.InvokeArgs
-
- com.pulumi.openstack.identity.inputs.GetGroupPlainArgs
-
public final class GetGroupPlainArgs extends com.pulumi.resources.InvokeArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetGroupPlainArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static GetGroupPlainArgsEmpty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetGroupPlainArgs.Builderbuilder()static GetGroupPlainArgs.Builderbuilder(GetGroupPlainArgs defaults)java.util.Optional<java.lang.String>domainId()java.lang.Stringname()java.util.Optional<java.lang.String>region()
-
-
-
Field Detail
-
Empty
public static final GetGroupPlainArgs Empty
-
-
Method Detail
-
domainId
public java.util.Optional<java.lang.String> domainId()
- Returns:
- The domain the group belongs to.
-
name
public java.lang.String name()
- Returns:
- The name of the group.
-
region
public java.util.Optional<java.lang.String> region()
- Returns:
- The region in which to obtain the V3 Keystone client. If omitted, the `region` argument of the provider is used.
-
builder
public static GetGroupPlainArgs.Builder builder()
-
builder
public static GetGroupPlainArgs.Builder builder(GetGroupPlainArgs defaults)
-
-