Class QosPolicyArgs.Builder

  • Enclosing class:
    QosPolicyArgs

    public static final class QosPolicyArgs.Builder
    extends java.lang.Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • description

        public QosPolicyArgs.Builder description​(@Nullable
                                                 com.pulumi.core.Output<java.lang.String> description)
        Parameters:
        description - The human-readable description for the QoS policy. Changing this updates the description of the existing QoS policy.
        Returns:
        builder
      • description

        public QosPolicyArgs.Builder description​(java.lang.String description)
        Parameters:
        description - The human-readable description for the QoS policy. Changing this updates the description of the existing QoS policy.
        Returns:
        builder
      • isDefault

        public QosPolicyArgs.Builder isDefault​(@Nullable
                                               com.pulumi.core.Output<java.lang.Boolean> isDefault)
        Parameters:
        isDefault - Indicates whether the QoS policy is default QoS policy or not. Changing this updates the default status of the existing QoS policy.
        Returns:
        builder
      • isDefault

        public QosPolicyArgs.Builder isDefault​(java.lang.Boolean isDefault)
        Parameters:
        isDefault - Indicates whether the QoS policy is default QoS policy or not. Changing this updates the default status of the existing QoS policy.
        Returns:
        builder
      • name

        public QosPolicyArgs.Builder name​(@Nullable
                                          com.pulumi.core.Output<java.lang.String> name)
        Parameters:
        name - The name of the QoS policy. Changing this updates the name of the existing QoS policy.
        Returns:
        builder
      • name

        public QosPolicyArgs.Builder name​(java.lang.String name)
        Parameters:
        name - The name of the QoS policy. Changing this updates the name of the existing QoS policy.
        Returns:
        builder
      • projectId

        public QosPolicyArgs.Builder projectId​(@Nullable
                                               com.pulumi.core.Output<java.lang.String> projectId)
        Parameters:
        projectId - The owner of the QoS policy. Required if admin wants to create a QoS policy for another project. Changing this creates a new QoS policy.
        Returns:
        builder
      • projectId

        public QosPolicyArgs.Builder projectId​(java.lang.String projectId)
        Parameters:
        projectId - The owner of the QoS policy. Required if admin wants to create a QoS policy for another project. Changing this creates a new QoS policy.
        Returns:
        builder
      • region

        public QosPolicyArgs.Builder region​(@Nullable
                                            com.pulumi.core.Output<java.lang.String> region)
        Parameters:
        region - The region in which to obtain the V2 Networking client. A Networking client is needed to create a Neutron Qos policy. If omitted, the `region` argument of the provider is used. Changing this creates a new QoS policy.
        Returns:
        builder
      • region

        public QosPolicyArgs.Builder region​(java.lang.String region)
        Parameters:
        region - The region in which to obtain the V2 Networking client. A Networking client is needed to create a Neutron Qos policy. If omitted, the `region` argument of the provider is used. Changing this creates a new QoS policy.
        Returns:
        builder
      • shared

        public QosPolicyArgs.Builder shared​(@Nullable
                                            com.pulumi.core.Output<java.lang.Boolean> shared)
        Parameters:
        shared - Indicates whether this QoS policy is shared across all projects. Changing this updates the shared status of the existing QoS policy.
        Returns:
        builder
      • shared

        public QosPolicyArgs.Builder shared​(java.lang.Boolean shared)
        Parameters:
        shared - Indicates whether this QoS policy is shared across all projects. Changing this updates the shared status of the existing QoS policy.
        Returns:
        builder
      • tags

        public QosPolicyArgs.Builder tags​(@Nullable
                                          com.pulumi.core.Output<java.util.List<java.lang.String>> tags)
        Parameters:
        tags - A set of string tags for the QoS policy.
        Returns:
        builder
      • tags

        public QosPolicyArgs.Builder tags​(java.util.List<java.lang.String> tags)
        Parameters:
        tags - A set of string tags for the QoS policy.
        Returns:
        builder
      • tags

        public QosPolicyArgs.Builder tags​(java.lang.String... tags)
        Parameters:
        tags - A set of string tags for the QoS policy.
        Returns:
        builder
      • valueSpecs

        public QosPolicyArgs.Builder valueSpecs​(@Nullable
                                                com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.Object>> valueSpecs)
        Parameters:
        valueSpecs - Map of additional options.
        Returns:
        builder
      • valueSpecs

        public QosPolicyArgs.Builder valueSpecs​(java.util.Map<java.lang.String,​java.lang.Object> valueSpecs)
        Parameters:
        valueSpecs - Map of additional options.
        Returns:
        builder