Strata Cloud Manager v0.1.1 published on Friday, May 31, 2024 by Pulumi
scm.QosPolicyRule
Explore with Pulumi AI
Retrieves a config item.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as scm from "@pulumi/scm";
const example = new scm.QosPolicyRule("example", {});
import pulumi
import pulumi_scm as scm
example = scm.QosPolicyRule("example")
package main
import (
"github.com/pulumi/pulumi-scm/sdk/go/scm"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := scm.NewQosPolicyRule(ctx, "example", nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Scm = Pulumi.Scm;
return await Deployment.RunAsync(() =>
{
var example = new Scm.QosPolicyRule("example");
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.scm.QosPolicyRule;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var example = new QosPolicyRule("example");
}
}
resources:
example:
type: scm:QosPolicyRule
Create QosPolicyRule Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new QosPolicyRule(name: string, args: QosPolicyRuleArgs, opts?: CustomResourceOptions);
@overload
def QosPolicyRule(resource_name: str,
args: QosPolicyRuleArgs,
opts: Optional[ResourceOptions] = None)
@overload
def QosPolicyRule(resource_name: str,
opts: Optional[ResourceOptions] = None,
action: Optional[QosPolicyRuleActionArgs] = None,
description: Optional[str] = None,
device: Optional[str] = None,
dscp_tos: Optional[QosPolicyRuleDscpTosArgs] = None,
folder: Optional[str] = None,
name: Optional[str] = None,
position: Optional[str] = None,
schedule: Optional[str] = None,
snippet: Optional[str] = None)
func NewQosPolicyRule(ctx *Context, name string, args QosPolicyRuleArgs, opts ...ResourceOption) (*QosPolicyRule, error)
public QosPolicyRule(string name, QosPolicyRuleArgs args, CustomResourceOptions? opts = null)
public QosPolicyRule(String name, QosPolicyRuleArgs args)
public QosPolicyRule(String name, QosPolicyRuleArgs args, CustomResourceOptions options)
type: scm:QosPolicyRule
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args QosPolicyRuleArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args QosPolicyRuleArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args QosPolicyRuleArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args QosPolicyRuleArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args QosPolicyRuleArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var qosPolicyRuleResource = new Scm.QosPolicyRule("qosPolicyRuleResource", new()
{
Action = new Scm.Inputs.QosPolicyRuleActionArgs
{
Class = "string",
},
Description = "string",
Device = "string",
DscpTos = new Scm.Inputs.QosPolicyRuleDscpTosArgs
{
Codepoints = new[]
{
new Scm.Inputs.QosPolicyRuleDscpTosCodepointArgs
{
Name = "string",
Type = new Scm.Inputs.QosPolicyRuleDscpTosCodepointTypeArgs
{
Af = new Scm.Inputs.QosPolicyRuleDscpTosCodepointTypeAfArgs
{
Codepoint = "string",
},
Cs = new Scm.Inputs.QosPolicyRuleDscpTosCodepointTypeCsArgs
{
Codepoint = "string",
},
Custom = new Scm.Inputs.QosPolicyRuleDscpTosCodepointTypeCustomArgs
{
Codepoint = new Scm.Inputs.QosPolicyRuleDscpTosCodepointTypeCustomCodepointArgs
{
BinaryValue = "string",
CodepointName = "string",
},
},
Ef = false,
Tos = new Scm.Inputs.QosPolicyRuleDscpTosCodepointTypeTosArgs
{
Codepoint = "string",
},
},
},
},
},
Folder = "string",
Name = "string",
Position = "string",
Schedule = "string",
Snippet = "string",
});
example, err := scm.NewQosPolicyRule(ctx, "qosPolicyRuleResource", &scm.QosPolicyRuleArgs{
Action: &scm.QosPolicyRuleActionArgs{
Class: pulumi.String("string"),
},
Description: pulumi.String("string"),
Device: pulumi.String("string"),
DscpTos: &scm.QosPolicyRuleDscpTosArgs{
Codepoints: scm.QosPolicyRuleDscpTosCodepointArray{
&scm.QosPolicyRuleDscpTosCodepointArgs{
Name: pulumi.String("string"),
Type: &scm.QosPolicyRuleDscpTosCodepointTypeArgs{
Af: &scm.QosPolicyRuleDscpTosCodepointTypeAfArgs{
Codepoint: pulumi.String("string"),
},
Cs: &scm.QosPolicyRuleDscpTosCodepointTypeCsArgs{
Codepoint: pulumi.String("string"),
},
Custom: &scm.QosPolicyRuleDscpTosCodepointTypeCustomArgs{
Codepoint: &scm.QosPolicyRuleDscpTosCodepointTypeCustomCodepointArgs{
BinaryValue: pulumi.String("string"),
CodepointName: pulumi.String("string"),
},
},
Ef: pulumi.Bool(false),
Tos: &scm.QosPolicyRuleDscpTosCodepointTypeTosArgs{
Codepoint: pulumi.String("string"),
},
},
},
},
},
Folder: pulumi.String("string"),
Name: pulumi.String("string"),
Position: pulumi.String("string"),
Schedule: pulumi.String("string"),
Snippet: pulumi.String("string"),
})
var qosPolicyRuleResource = new QosPolicyRule("qosPolicyRuleResource", QosPolicyRuleArgs.builder()
.action(QosPolicyRuleActionArgs.builder()
.class_("string")
.build())
.description("string")
.device("string")
.dscpTos(QosPolicyRuleDscpTosArgs.builder()
.codepoints(QosPolicyRuleDscpTosCodepointArgs.builder()
.name("string")
.type(QosPolicyRuleDscpTosCodepointTypeArgs.builder()
.af(QosPolicyRuleDscpTosCodepointTypeAfArgs.builder()
.codepoint("string")
.build())
.cs(QosPolicyRuleDscpTosCodepointTypeCsArgs.builder()
.codepoint("string")
.build())
.custom(QosPolicyRuleDscpTosCodepointTypeCustomArgs.builder()
.codepoint(QosPolicyRuleDscpTosCodepointTypeCustomCodepointArgs.builder()
.binaryValue("string")
.codepointName("string")
.build())
.build())
.ef(false)
.tos(QosPolicyRuleDscpTosCodepointTypeTosArgs.builder()
.codepoint("string")
.build())
.build())
.build())
.build())
.folder("string")
.name("string")
.position("string")
.schedule("string")
.snippet("string")
.build());
qos_policy_rule_resource = scm.QosPolicyRule("qosPolicyRuleResource",
action=scm.QosPolicyRuleActionArgs(
class_="string",
),
description="string",
device="string",
dscp_tos=scm.QosPolicyRuleDscpTosArgs(
codepoints=[scm.QosPolicyRuleDscpTosCodepointArgs(
name="string",
type=scm.QosPolicyRuleDscpTosCodepointTypeArgs(
af=scm.QosPolicyRuleDscpTosCodepointTypeAfArgs(
codepoint="string",
),
cs=scm.QosPolicyRuleDscpTosCodepointTypeCsArgs(
codepoint="string",
),
custom=scm.QosPolicyRuleDscpTosCodepointTypeCustomArgs(
codepoint=scm.QosPolicyRuleDscpTosCodepointTypeCustomCodepointArgs(
binary_value="string",
codepoint_name="string",
),
),
ef=False,
tos=scm.QosPolicyRuleDscpTosCodepointTypeTosArgs(
codepoint="string",
),
),
)],
),
folder="string",
name="string",
position="string",
schedule="string",
snippet="string")
const qosPolicyRuleResource = new scm.QosPolicyRule("qosPolicyRuleResource", {
action: {
"class": "string",
},
description: "string",
device: "string",
dscpTos: {
codepoints: [{
name: "string",
type: {
af: {
codepoint: "string",
},
cs: {
codepoint: "string",
},
custom: {
codepoint: {
binaryValue: "string",
codepointName: "string",
},
},
ef: false,
tos: {
codepoint: "string",
},
},
}],
},
folder: "string",
name: "string",
position: "string",
schedule: "string",
snippet: "string",
});
type: scm:QosPolicyRule
properties:
action:
class: string
description: string
device: string
dscpTos:
codepoints:
- name: string
type:
af:
codepoint: string
cs:
codepoint: string
custom:
codepoint:
binaryValue: string
codepointName: string
ef: false
tos:
codepoint: string
folder: string
name: string
position: string
schedule: string
snippet: string
QosPolicyRule Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The QosPolicyRule resource accepts the following input properties:
- Action
Qos
Policy Rule Action - The Action param.
- Description string
- The Description param.
- Device string
- The Device param.
- Dscp
Tos QosPolicy Rule Dscp Tos - The DscpTos param.
- Folder string
- The Folder param.
- Name string
- The Name param.
- Position string
- The Position param. String must be one of these:
"pre"
,"post"
. Default:"pre"
. - Schedule string
- The Schedule param.
- Snippet string
- The Snippet param.
- Action
Qos
Policy Rule Action Args - The Action param.
- Description string
- The Description param.
- Device string
- The Device param.
- Dscp
Tos QosPolicy Rule Dscp Tos Args - The DscpTos param.
- Folder string
- The Folder param.
- Name string
- The Name param.
- Position string
- The Position param. String must be one of these:
"pre"
,"post"
. Default:"pre"
. - Schedule string
- The Schedule param.
- Snippet string
- The Snippet param.
- action
Qos
Policy Rule Action - The Action param.
- description String
- The Description param.
- device String
- The Device param.
- dscp
Tos QosPolicy Rule Dscp Tos - The DscpTos param.
- folder String
- The Folder param.
- name String
- The Name param.
- position String
- The Position param. String must be one of these:
"pre"
,"post"
. Default:"pre"
. - schedule String
- The Schedule param.
- snippet String
- The Snippet param.
- action
Qos
Policy Rule Action - The Action param.
- description string
- The Description param.
- device string
- The Device param.
- dscp
Tos QosPolicy Rule Dscp Tos - The DscpTos param.
- folder string
- The Folder param.
- name string
- The Name param.
- position string
- The Position param. String must be one of these:
"pre"
,"post"
. Default:"pre"
. - schedule string
- The Schedule param.
- snippet string
- The Snippet param.
- action
Qos
Policy Rule Action Args - The Action param.
- description str
- The Description param.
- device str
- The Device param.
- dscp_
tos QosPolicy Rule Dscp Tos Args - The DscpTos param.
- folder str
- The Folder param.
- name str
- The Name param.
- position str
- The Position param. String must be one of these:
"pre"
,"post"
. Default:"pre"
. - schedule str
- The Schedule param.
- snippet str
- The Snippet param.
- action Property Map
- The Action param.
- description String
- The Description param.
- device String
- The Device param.
- dscp
Tos Property Map - The DscpTos param.
- folder String
- The Folder param.
- name String
- The Name param.
- position String
- The Position param. String must be one of these:
"pre"
,"post"
. Default:"pre"
. - schedule String
- The Schedule param.
- snippet String
- The Snippet param.
Outputs
All input properties are implicitly available as output properties. Additionally, the QosPolicyRule resource produces the following output properties:
Look up Existing QosPolicyRule Resource
Get an existing QosPolicyRule resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: QosPolicyRuleState, opts?: CustomResourceOptions): QosPolicyRule
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
action: Optional[QosPolicyRuleActionArgs] = None,
description: Optional[str] = None,
device: Optional[str] = None,
dscp_tos: Optional[QosPolicyRuleDscpTosArgs] = None,
folder: Optional[str] = None,
name: Optional[str] = None,
position: Optional[str] = None,
schedule: Optional[str] = None,
snippet: Optional[str] = None,
tfid: Optional[str] = None) -> QosPolicyRule
func GetQosPolicyRule(ctx *Context, name string, id IDInput, state *QosPolicyRuleState, opts ...ResourceOption) (*QosPolicyRule, error)
public static QosPolicyRule Get(string name, Input<string> id, QosPolicyRuleState? state, CustomResourceOptions? opts = null)
public static QosPolicyRule get(String name, Output<String> id, QosPolicyRuleState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Action
Qos
Policy Rule Action - The Action param.
- Description string
- The Description param.
- Device string
- The Device param.
- Dscp
Tos QosPolicy Rule Dscp Tos - The DscpTos param.
- Folder string
- The Folder param.
- Name string
- The Name param.
- Position string
- The Position param. String must be one of these:
"pre"
,"post"
. Default:"pre"
. - Schedule string
- The Schedule param.
- Snippet string
- The Snippet param.
- Tfid string
- Action
Qos
Policy Rule Action Args - The Action param.
- Description string
- The Description param.
- Device string
- The Device param.
- Dscp
Tos QosPolicy Rule Dscp Tos Args - The DscpTos param.
- Folder string
- The Folder param.
- Name string
- The Name param.
- Position string
- The Position param. String must be one of these:
"pre"
,"post"
. Default:"pre"
. - Schedule string
- The Schedule param.
- Snippet string
- The Snippet param.
- Tfid string
- action
Qos
Policy Rule Action - The Action param.
- description String
- The Description param.
- device String
- The Device param.
- dscp
Tos QosPolicy Rule Dscp Tos - The DscpTos param.
- folder String
- The Folder param.
- name String
- The Name param.
- position String
- The Position param. String must be one of these:
"pre"
,"post"
. Default:"pre"
. - schedule String
- The Schedule param.
- snippet String
- The Snippet param.
- tfid String
- action
Qos
Policy Rule Action - The Action param.
- description string
- The Description param.
- device string
- The Device param.
- dscp
Tos QosPolicy Rule Dscp Tos - The DscpTos param.
- folder string
- The Folder param.
- name string
- The Name param.
- position string
- The Position param. String must be one of these:
"pre"
,"post"
. Default:"pre"
. - schedule string
- The Schedule param.
- snippet string
- The Snippet param.
- tfid string
- action
Qos
Policy Rule Action Args - The Action param.
- description str
- The Description param.
- device str
- The Device param.
- dscp_
tos QosPolicy Rule Dscp Tos Args - The DscpTos param.
- folder str
- The Folder param.
- name str
- The Name param.
- position str
- The Position param. String must be one of these:
"pre"
,"post"
. Default:"pre"
. - schedule str
- The Schedule param.
- snippet str
- The Snippet param.
- tfid str
- action Property Map
- The Action param.
- description String
- The Description param.
- device String
- The Device param.
- dscp
Tos Property Map - The DscpTos param.
- folder String
- The Folder param.
- name String
- The Name param.
- position String
- The Position param. String must be one of these:
"pre"
,"post"
. Default:"pre"
. - schedule String
- The Schedule param.
- snippet String
- The Snippet param.
- tfid String
Supporting Types
QosPolicyRuleAction, QosPolicyRuleActionArgs
- Class string
- The Class param.
- Class string
- The Class param.
- class_ String
- The Class param.
- class string
- The Class param.
- class_ str
- The Class param.
- class String
- The Class param.
QosPolicyRuleDscpTos, QosPolicyRuleDscpTosArgs
- Codepoints
List<Qos
Policy Rule Dscp Tos Codepoint> - The Codepoints param.
- Codepoints
[]Qos
Policy Rule Dscp Tos Codepoint - The Codepoints param.
- codepoints
List<Qos
Policy Rule Dscp Tos Codepoint> - The Codepoints param.
- codepoints
Qos
Policy Rule Dscp Tos Codepoint[] - The Codepoints param.
- codepoints
Sequence[Qos
Policy Rule Dscp Tos Codepoint] - The Codepoints param.
- codepoints List<Property Map>
- The Codepoints param.
QosPolicyRuleDscpTosCodepoint, QosPolicyRuleDscpTosCodepointArgs
- Name string
- The Name param.
- Type
Qos
Policy Rule Dscp Tos Codepoint Type - The Type param.
- Name string
- The Name param.
- Type
Qos
Policy Rule Dscp Tos Codepoint Type - The Type param.
- name String
- The Name param.
- type
Qos
Policy Rule Dscp Tos Codepoint Type - The Type param.
- name string
- The Name param.
- type
Qos
Policy Rule Dscp Tos Codepoint Type - The Type param.
- name str
- The Name param.
- type
Qos
Policy Rule Dscp Tos Codepoint Type - The Type param.
- name String
- The Name param.
- type Property Map
- The Type param.
QosPolicyRuleDscpTosCodepointType, QosPolicyRuleDscpTosCodepointTypeArgs
- Af
Qos
Policy Rule Dscp Tos Codepoint Type Af - The Af param. Ensure that only one of the following is specified:
af
,cs
,custom
,ef
,tos
- Cs
Qos
Policy Rule Dscp Tos Codepoint Type Cs - The Cs param. Ensure that only one of the following is specified:
af
,cs
,custom
,ef
,tos
- Custom
Qos
Policy Rule Dscp Tos Codepoint Type Custom - The Custom param. Ensure that only one of the following is specified:
af
,cs
,custom
,ef
,tos
- Ef bool
- The Ef param. Ensure that only one of the following is specified:
af
,cs
,custom
,ef
,tos
- Tos
Qos
Policy Rule Dscp Tos Codepoint Type Tos - The Tos param. Ensure that only one of the following is specified:
af
,cs
,custom
,ef
,tos
- Af
Qos
Policy Rule Dscp Tos Codepoint Type Af - The Af param. Ensure that only one of the following is specified:
af
,cs
,custom
,ef
,tos
- Cs
Qos
Policy Rule Dscp Tos Codepoint Type Cs - The Cs param. Ensure that only one of the following is specified:
af
,cs
,custom
,ef
,tos
- Custom
Qos
Policy Rule Dscp Tos Codepoint Type Custom - The Custom param. Ensure that only one of the following is specified:
af
,cs
,custom
,ef
,tos
- Ef bool
- The Ef param. Ensure that only one of the following is specified:
af
,cs
,custom
,ef
,tos
- Tos
Qos
Policy Rule Dscp Tos Codepoint Type Tos - The Tos param. Ensure that only one of the following is specified:
af
,cs
,custom
,ef
,tos
- af
Qos
Policy Rule Dscp Tos Codepoint Type Af - The Af param. Ensure that only one of the following is specified:
af
,cs
,custom
,ef
,tos
- cs
Qos
Policy Rule Dscp Tos Codepoint Type Cs - The Cs param. Ensure that only one of the following is specified:
af
,cs
,custom
,ef
,tos
- custom
Qos
Policy Rule Dscp Tos Codepoint Type Custom - The Custom param. Ensure that only one of the following is specified:
af
,cs
,custom
,ef
,tos
- ef Boolean
- The Ef param. Ensure that only one of the following is specified:
af
,cs
,custom
,ef
,tos
- tos
Qos
Policy Rule Dscp Tos Codepoint Type Tos - The Tos param. Ensure that only one of the following is specified:
af
,cs
,custom
,ef
,tos
- af
Qos
Policy Rule Dscp Tos Codepoint Type Af - The Af param. Ensure that only one of the following is specified:
af
,cs
,custom
,ef
,tos
- cs
Qos
Policy Rule Dscp Tos Codepoint Type Cs - The Cs param. Ensure that only one of the following is specified:
af
,cs
,custom
,ef
,tos
- custom
Qos
Policy Rule Dscp Tos Codepoint Type Custom - The Custom param. Ensure that only one of the following is specified:
af
,cs
,custom
,ef
,tos
- ef boolean
- The Ef param. Ensure that only one of the following is specified:
af
,cs
,custom
,ef
,tos
- tos
Qos
Policy Rule Dscp Tos Codepoint Type Tos - The Tos param. Ensure that only one of the following is specified:
af
,cs
,custom
,ef
,tos
- af
Qos
Policy Rule Dscp Tos Codepoint Type Af - The Af param. Ensure that only one of the following is specified:
af
,cs
,custom
,ef
,tos
- cs
Qos
Policy Rule Dscp Tos Codepoint Type Cs - The Cs param. Ensure that only one of the following is specified:
af
,cs
,custom
,ef
,tos
- custom
Qos
Policy Rule Dscp Tos Codepoint Type Custom - The Custom param. Ensure that only one of the following is specified:
af
,cs
,custom
,ef
,tos
- ef bool
- The Ef param. Ensure that only one of the following is specified:
af
,cs
,custom
,ef
,tos
- tos
Qos
Policy Rule Dscp Tos Codepoint Type Tos - The Tos param. Ensure that only one of the following is specified:
af
,cs
,custom
,ef
,tos
- af Property Map
- The Af param. Ensure that only one of the following is specified:
af
,cs
,custom
,ef
,tos
- cs Property Map
- The Cs param. Ensure that only one of the following is specified:
af
,cs
,custom
,ef
,tos
- custom Property Map
- The Custom param. Ensure that only one of the following is specified:
af
,cs
,custom
,ef
,tos
- ef Boolean
- The Ef param. Ensure that only one of the following is specified:
af
,cs
,custom
,ef
,tos
- tos Property Map
- The Tos param. Ensure that only one of the following is specified:
af
,cs
,custom
,ef
,tos
QosPolicyRuleDscpTosCodepointTypeAf, QosPolicyRuleDscpTosCodepointTypeAfArgs
- Codepoint string
- The Codepoint param.
- Codepoint string
- The Codepoint param.
- codepoint String
- The Codepoint param.
- codepoint string
- The Codepoint param.
- codepoint str
- The Codepoint param.
- codepoint String
- The Codepoint param.
QosPolicyRuleDscpTosCodepointTypeCs, QosPolicyRuleDscpTosCodepointTypeCsArgs
- Codepoint string
- The Codepoint param.
- Codepoint string
- The Codepoint param.
- codepoint String
- The Codepoint param.
- codepoint string
- The Codepoint param.
- codepoint str
- The Codepoint param.
- codepoint String
- The Codepoint param.
QosPolicyRuleDscpTosCodepointTypeCustom, QosPolicyRuleDscpTosCodepointTypeCustomArgs
- Codepoint
Qos
Policy Rule Dscp Tos Codepoint Type Custom Codepoint - The Codepoint param.
- Codepoint
Qos
Policy Rule Dscp Tos Codepoint Type Custom Codepoint - The Codepoint param.
- codepoint
Qos
Policy Rule Dscp Tos Codepoint Type Custom Codepoint - The Codepoint param.
- codepoint
Qos
Policy Rule Dscp Tos Codepoint Type Custom Codepoint - The Codepoint param.
- codepoint
Qos
Policy Rule Dscp Tos Codepoint Type Custom Codepoint - The Codepoint param.
- codepoint Property Map
- The Codepoint param.
QosPolicyRuleDscpTosCodepointTypeCustomCodepoint, QosPolicyRuleDscpTosCodepointTypeCustomCodepointArgs
- Binary
Value string - The BinaryValue param.
- Codepoint
Name string - The CodepointName param.
- Binary
Value string - The BinaryValue param.
- Codepoint
Name string - The CodepointName param.
- binary
Value String - The BinaryValue param.
- codepoint
Name String - The CodepointName param.
- binary
Value string - The BinaryValue param.
- codepoint
Name string - The CodepointName param.
- binary_
value str - The BinaryValue param.
- codepoint_
name str - The CodepointName param.
- binary
Value String - The BinaryValue param.
- codepoint
Name String - The CodepointName param.
QosPolicyRuleDscpTosCodepointTypeTos, QosPolicyRuleDscpTosCodepointTypeTosArgs
- Codepoint string
- The Codepoint param.
- Codepoint string
- The Codepoint param.
- codepoint String
- The Codepoint param.
- codepoint string
- The Codepoint param.
- codepoint str
- The Codepoint param.
- codepoint String
- The Codepoint param.
Package Details
- Repository
- scm pulumi/pulumi-scm
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
scm
Terraform Provider.