Class GetQosPolicyPlainArgs


  • public final class GetQosPolicyPlainArgs
    extends com.pulumi.resources.InvokeArgs
    • Method Detail

      • description

        public java.util.Optional<java.lang.String> description()
        Returns:
        The human-readable description for the QoS policy.
      • isDefault

        public java.util.Optional<java.lang.Boolean> isDefault()
        Returns:
        Whether the QoS policy is default policy or not.
      • name

        public java.util.Optional<java.lang.String> name()
        Returns:
        The name of the QoS policy.
      • projectId

        public java.util.Optional<java.lang.String> projectId()
        Returns:
        The owner of the QoS policy.
      • region

        public java.util.Optional<java.lang.String> region()
        Returns:
        The region in which to obtain the V2 Networking client. A Networking client is needed to retrieve a QoS policy ID. If omitted, the `region` argument of the provider is used.
      • shared

        public java.util.Optional<java.lang.Boolean> shared()
        Returns:
        Whether this QoS policy is shared across all projects.
      • tags

        public java.util.Optional<java.util.List<java.lang.String>> tags()
        Returns:
        The list of QoS policy tags to filter.