Class GetKeypairPlainArgs


  • public final class GetKeypairPlainArgs
    extends com.pulumi.resources.InvokeArgs
    • 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.