Class GetKeypairPlainArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.InvokeArgs
-
- com.pulumi.openstack.compute.inputs.GetKeypairPlainArgs
-
public final class GetKeypairPlainArgs extends com.pulumi.resources.InvokeArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetKeypairPlainArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static GetKeypairPlainArgsEmpty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetKeypairPlainArgs.Builderbuilder()static GetKeypairPlainArgs.Builderbuilder(GetKeypairPlainArgs defaults)java.lang.Stringname()java.util.Optional<java.lang.String>region()java.util.Optional<java.lang.String>userId()
-
-
-
Field Detail
-
Empty
public static final GetKeypairPlainArgs Empty
-
-
Method Detail
-
name
public java.lang.String name()
- Returns:
- The unique name of the keypair.
-
region
public java.util.Optional<java.lang.String> region()
- Returns:
- The region in which to obtain the V2 Compute client. If omitted, the `region` argument of the provider is used.
-
userId
public java.util.Optional<java.lang.String> userId()
- Returns:
- The user id of the owner of the key pair. This parameter can be specified only if the provider is configured to use the credentials of an OpenStack administrator.
-
builder
public static GetKeypairPlainArgs.Builder builder()
-
builder
public static GetKeypairPlainArgs.Builder builder(GetKeypairPlainArgs defaults)
-
-