Class GetKeypairArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.InvokeArgs
-
- com.pulumi.openstack.compute.inputs.GetKeypairArgs
-
public final class GetKeypairArgs extends com.pulumi.resources.InvokeArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetKeypairArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static GetKeypairArgsEmpty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetKeypairArgs.Builderbuilder()static GetKeypairArgs.Builderbuilder(GetKeypairArgs defaults)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>>userId()
-
-
-
Field Detail
-
Empty
public static final GetKeypairArgs Empty
-
-
Method Detail
-
name
public com.pulumi.core.Output<java.lang.String> name()
- Returns:
- The unique name of the keypair.
-
region
public java.util.Optional<com.pulumi.core.Output<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<com.pulumi.core.Output<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 GetKeypairArgs.Builder builder()
-
builder
public static GetKeypairArgs.Builder builder(GetKeypairArgs defaults)
-
-