Class QosV3Args


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

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

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

      Fields 
      Modifier and Type Field Description
      static QosV3Args Empty  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static QosV3Args.Builder builder()  
      static QosV3Args.Builder builder​(QosV3Args defaults)  
      java.util.Optional<com.pulumi.core.Output<java.lang.String>> consumer()  
      java.util.Optional<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.util.Map<java.lang.String,​java.lang.Object>>> specs()  
      • 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
    • Field Detail

    • Method Detail

      • consumer

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> consumer()
        Returns:
        The consumer of qos. Can be one of `front-end`, `back-end` or `both`. Changing this updates the `consumer` of an existing qos.
      • name

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()
        Returns:
        Name of the qos. Changing this creates a new qos.
      • region

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

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.Object>>> specs()
        Returns:
        Key/Value pairs of specs for the qos.