Class VolumeTypeV3Args


  • public final class VolumeTypeV3Args
    extends com.pulumi.resources.ResourceArgs
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  VolumeTypeV3Args.Builder  
      • Nested classes/interfaces inherited from class com.pulumi.resources.InputArgs

        com.pulumi.resources.InputArgs.InputArgsInternal
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static VolumeTypeV3Args.Builder builder()  
      static VolumeTypeV3Args.Builder builder​(VolumeTypeV3Args defaults)  
      java.util.Optional<com.pulumi.core.Output<java.lang.String>> description()  
      java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.Object>>> extraSpecs()  
      java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> isPublic()  
      java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()  
      java.util.Optional<com.pulumi.core.Output<java.lang.String>> region()  
      • Methods inherited from class com.pulumi.resources.ResourceArgs

        validateMember
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • description

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> description()
        Returns:
        Human-readable description of the port. Changing this updates the `description` of an existing volume type.
      • extraSpecs

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.Object>>> extraSpecs()
        Returns:
        Key/Value pairs of metadata for the volume type.
      • isPublic

        public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> isPublic()
        Returns:
        Whether the volume type is public. Changing this updates the `is_public` of an existing volume type.
      • name

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()
        Returns:
        Name of the volume type. Changing this updates the `name` of an existing volume type.
      • region

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> region()
        Returns:
        The region in which to create the volume. If omitted, the `region` argument of the provider is used. Changing this creates a new quotaset.