vcd.getNsxtSegmentQosProfile
Explore with Pulumi AI
Provides a VMware Cloud Director NSX-T QoS Profile data source. This can be used to read NSX-T Segment Profile definitions.
Supported in provider v3.11+.
Example Usage
QoS Profile)
import * as pulumi from "@pulumi/pulumi";
import * as vcd from "@pulumi/vcd";
const nsxt = vcd.getNsxtManager({
name: "nsxManager1",
});
const first = nsxt.then(nsxt => vcd.getNsxtSegmentQosProfile({
name: "qos-profile-0",
nsxtManagerId: nsxt.id,
}));
import pulumi
import pulumi_vcd as vcd
nsxt = vcd.get_nsxt_manager(name="nsxManager1")
first = vcd.get_nsxt_segment_qos_profile(name="qos-profile-0",
nsxt_manager_id=nsxt.id)
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/vcd/v3/vcd"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
nsxt, err := vcd.GetNsxtManager(ctx, &vcd.GetNsxtManagerArgs{
Name: "nsxManager1",
}, nil)
if err != nil {
return err
}
_, err = vcd.GetNsxtSegmentQosProfile(ctx, &vcd.GetNsxtSegmentQosProfileArgs{
Name: "qos-profile-0",
NsxtManagerId: pulumi.StringRef(nsxt.Id),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Vcd = Pulumi.Vcd;
return await Deployment.RunAsync(() =>
{
var nsxt = Vcd.GetNsxtManager.Invoke(new()
{
Name = "nsxManager1",
});
var first = Vcd.GetNsxtSegmentQosProfile.Invoke(new()
{
Name = "qos-profile-0",
NsxtManagerId = nsxt.Apply(getNsxtManagerResult => getNsxtManagerResult.Id),
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.vcd.VcdFunctions;
import com.pulumi.vcd.inputs.GetNsxtManagerArgs;
import com.pulumi.vcd.inputs.GetNsxtSegmentQosProfileArgs;
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) {
final var nsxt = VcdFunctions.getNsxtManager(GetNsxtManagerArgs.builder()
.name("nsxManager1")
.build());
final var first = VcdFunctions.getNsxtSegmentQosProfile(GetNsxtSegmentQosProfileArgs.builder()
.name("qos-profile-0")
.nsxtManagerId(nsxt.applyValue(getNsxtManagerResult -> getNsxtManagerResult.id()))
.build());
}
}
variables:
nsxt:
fn::invoke:
function: vcd:getNsxtManager
arguments:
name: nsxManager1
first:
fn::invoke:
function: vcd:getNsxtSegmentQosProfile
arguments:
name: qos-profile-0
nsxtManagerId: ${nsxt.id}
Using getNsxtSegmentQosProfile
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getNsxtSegmentQosProfile(args: GetNsxtSegmentQosProfileArgs, opts?: InvokeOptions): Promise<GetNsxtSegmentQosProfileResult>
function getNsxtSegmentQosProfileOutput(args: GetNsxtSegmentQosProfileOutputArgs, opts?: InvokeOptions): Output<GetNsxtSegmentQosProfileResult>
def get_nsxt_segment_qos_profile(id: Optional[str] = None,
name: Optional[str] = None,
nsxt_manager_id: Optional[str] = None,
vdc_group_id: Optional[str] = None,
vdc_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetNsxtSegmentQosProfileResult
def get_nsxt_segment_qos_profile_output(id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
nsxt_manager_id: Optional[pulumi.Input[str]] = None,
vdc_group_id: Optional[pulumi.Input[str]] = None,
vdc_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetNsxtSegmentQosProfileResult]
func GetNsxtSegmentQosProfile(ctx *Context, args *GetNsxtSegmentQosProfileArgs, opts ...InvokeOption) (*GetNsxtSegmentQosProfileResult, error)
func GetNsxtSegmentQosProfileOutput(ctx *Context, args *GetNsxtSegmentQosProfileOutputArgs, opts ...InvokeOption) GetNsxtSegmentQosProfileResultOutput
> Note: This function is named GetNsxtSegmentQosProfile
in the Go SDK.
public static class GetNsxtSegmentQosProfile
{
public static Task<GetNsxtSegmentQosProfileResult> InvokeAsync(GetNsxtSegmentQosProfileArgs args, InvokeOptions? opts = null)
public static Output<GetNsxtSegmentQosProfileResult> Invoke(GetNsxtSegmentQosProfileInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetNsxtSegmentQosProfileResult> getNsxtSegmentQosProfile(GetNsxtSegmentQosProfileArgs args, InvokeOptions options)
public static Output<GetNsxtSegmentQosProfileResult> getNsxtSegmentQosProfile(GetNsxtSegmentQosProfileArgs args, InvokeOptions options)
fn::invoke:
function: vcd:index/getNsxtSegmentQosProfile:getNsxtSegmentQosProfile
arguments:
# arguments dictionary
The following arguments are supported:
- Name string
- The name of Segment Profile
- Id string
- Nsxt
Manager stringId - Segment Profile search context. Use when searching by NSX-T manager
- Vdc
Group stringId Segment Profile search context. Use when searching by VDC group
Note: only one of
nsxt_manager_id
,vdc_id
,vdc_group_id
can be used- Vdc
Id string - Segment Profile search context. Use when searching by VDC
- Name string
- The name of Segment Profile
- Id string
- Nsxt
Manager stringId - Segment Profile search context. Use when searching by NSX-T manager
- Vdc
Group stringId Segment Profile search context. Use when searching by VDC group
Note: only one of
nsxt_manager_id
,vdc_id
,vdc_group_id
can be used- Vdc
Id string - Segment Profile search context. Use when searching by VDC
- name String
- The name of Segment Profile
- id String
- nsxt
Manager StringId - Segment Profile search context. Use when searching by NSX-T manager
- vdc
Group StringId Segment Profile search context. Use when searching by VDC group
Note: only one of
nsxt_manager_id
,vdc_id
,vdc_group_id
can be used- vdc
Id String - Segment Profile search context. Use when searching by VDC
- name string
- The name of Segment Profile
- id string
- nsxt
Manager stringId - Segment Profile search context. Use when searching by NSX-T manager
- vdc
Group stringId Segment Profile search context. Use when searching by VDC group
Note: only one of
nsxt_manager_id
,vdc_id
,vdc_group_id
can be used- vdc
Id string - Segment Profile search context. Use when searching by VDC
- name str
- The name of Segment Profile
- id str
- nsxt_
manager_ strid - Segment Profile search context. Use when searching by NSX-T manager
- vdc_
group_ strid Segment Profile search context. Use when searching by VDC group
Note: only one of
nsxt_manager_id
,vdc_id
,vdc_group_id
can be used- vdc_
id str - Segment Profile search context. Use when searching by VDC
- name String
- The name of Segment Profile
- id String
- nsxt
Manager StringId - Segment Profile search context. Use when searching by NSX-T manager
- vdc
Group StringId Segment Profile search context. Use when searching by VDC group
Note: only one of
nsxt_manager_id
,vdc_id
,vdc_group_id
can be used- vdc
Id String - Segment Profile search context. Use when searching by VDC
getNsxtSegmentQosProfile Result
The following output properties are available:
- Class
Of doubleService - Class of service groups similar types of traffic in the network and each type of traffic is treated as a class with its own level of service priority. The lower priority traffic is slowed down or in some cases dropped to provide better throughput for higher priority traffic.
- Description string
- Description of QoS Profile
- Dscp
Priority double - A Differentiated Services Code Point (DSCP) priority Profile.
- Dscp
Trust stringMode - A Differentiated Services Code Point (DSCP) trust mode. Values are below:
TRUSTED
- With Trusted mode the inner header DSCP value is applied to the outer IP header for IP/IPv6 traffic. For non IP/IPv6 traffic, the outer IP header takes the default value.UNTRUSTED
- Untrusted mode is supported on overlay-based and VLAN-based logical port.
- Egress
Rate doubleLimiter Avg Bandwidth - Average egress bandwidth in Mb/s.
- Egress
Rate doubleLimiter Burst Size - Egress burst size in bytes.
- Egress
Rate doubleLimiter Peak Bandwidth - Peak egress bandwidth in Mb/s.
- Id string
- Ingress
Broadcast doubleRate Limiter Avg Bandwidth - Average ingress broadcast bandwidth in Mb/s.
- Ingress
Broadcast doubleRate Limiter Burst Size - Ingress broadcast burst size in bytes.
- Ingress
Broadcast doubleRate Limiter Peak Bandwidth - Peak ingress broadcast bandwidth in Mb/s.
- Ingress
Rate doubleLimiter Avg Bandwidth - Average ingress bandwidth in Mb/s.
- Ingress
Rate doubleLimiter Burst Size - Ingress burst size in bytes.
- Ingress
Rate doubleLimiter Peak Bandwidth - Peak ingress broadcast bandwidth in Mb/s.
- Name string
- Nsxt
Manager stringId - Vdc
Group stringId - Vdc
Id string
- Class
Of float64Service - Class of service groups similar types of traffic in the network and each type of traffic is treated as a class with its own level of service priority. The lower priority traffic is slowed down or in some cases dropped to provide better throughput for higher priority traffic.
- Description string
- Description of QoS Profile
- Dscp
Priority float64 - A Differentiated Services Code Point (DSCP) priority Profile.
- Dscp
Trust stringMode - A Differentiated Services Code Point (DSCP) trust mode. Values are below:
TRUSTED
- With Trusted mode the inner header DSCP value is applied to the outer IP header for IP/IPv6 traffic. For non IP/IPv6 traffic, the outer IP header takes the default value.UNTRUSTED
- Untrusted mode is supported on overlay-based and VLAN-based logical port.
- Egress
Rate float64Limiter Avg Bandwidth - Average egress bandwidth in Mb/s.
- Egress
Rate float64Limiter Burst Size - Egress burst size in bytes.
- Egress
Rate float64Limiter Peak Bandwidth - Peak egress bandwidth in Mb/s.
- Id string
- Ingress
Broadcast float64Rate Limiter Avg Bandwidth - Average ingress broadcast bandwidth in Mb/s.
- Ingress
Broadcast float64Rate Limiter Burst Size - Ingress broadcast burst size in bytes.
- Ingress
Broadcast float64Rate Limiter Peak Bandwidth - Peak ingress broadcast bandwidth in Mb/s.
- Ingress
Rate float64Limiter Avg Bandwidth - Average ingress bandwidth in Mb/s.
- Ingress
Rate float64Limiter Burst Size - Ingress burst size in bytes.
- Ingress
Rate float64Limiter Peak Bandwidth - Peak ingress broadcast bandwidth in Mb/s.
- Name string
- Nsxt
Manager stringId - Vdc
Group stringId - Vdc
Id string
- class
Of DoubleService - Class of service groups similar types of traffic in the network and each type of traffic is treated as a class with its own level of service priority. The lower priority traffic is slowed down or in some cases dropped to provide better throughput for higher priority traffic.
- description String
- Description of QoS Profile
- dscp
Priority Double - A Differentiated Services Code Point (DSCP) priority Profile.
- dscp
Trust StringMode - A Differentiated Services Code Point (DSCP) trust mode. Values are below:
TRUSTED
- With Trusted mode the inner header DSCP value is applied to the outer IP header for IP/IPv6 traffic. For non IP/IPv6 traffic, the outer IP header takes the default value.UNTRUSTED
- Untrusted mode is supported on overlay-based and VLAN-based logical port.
- egress
Rate DoubleLimiter Avg Bandwidth - Average egress bandwidth in Mb/s.
- egress
Rate DoubleLimiter Burst Size - Egress burst size in bytes.
- egress
Rate DoubleLimiter Peak Bandwidth - Peak egress bandwidth in Mb/s.
- id String
- ingress
Broadcast DoubleRate Limiter Avg Bandwidth - Average ingress broadcast bandwidth in Mb/s.
- ingress
Broadcast DoubleRate Limiter Burst Size - Ingress broadcast burst size in bytes.
- ingress
Broadcast DoubleRate Limiter Peak Bandwidth - Peak ingress broadcast bandwidth in Mb/s.
- ingress
Rate DoubleLimiter Avg Bandwidth - Average ingress bandwidth in Mb/s.
- ingress
Rate DoubleLimiter Burst Size - Ingress burst size in bytes.
- ingress
Rate DoubleLimiter Peak Bandwidth - Peak ingress broadcast bandwidth in Mb/s.
- name String
- nsxt
Manager StringId - vdc
Group StringId - vdc
Id String
- class
Of numberService - Class of service groups similar types of traffic in the network and each type of traffic is treated as a class with its own level of service priority. The lower priority traffic is slowed down or in some cases dropped to provide better throughput for higher priority traffic.
- description string
- Description of QoS Profile
- dscp
Priority number - A Differentiated Services Code Point (DSCP) priority Profile.
- dscp
Trust stringMode - A Differentiated Services Code Point (DSCP) trust mode. Values are below:
TRUSTED
- With Trusted mode the inner header DSCP value is applied to the outer IP header for IP/IPv6 traffic. For non IP/IPv6 traffic, the outer IP header takes the default value.UNTRUSTED
- Untrusted mode is supported on overlay-based and VLAN-based logical port.
- egress
Rate numberLimiter Avg Bandwidth - Average egress bandwidth in Mb/s.
- egress
Rate numberLimiter Burst Size - Egress burst size in bytes.
- egress
Rate numberLimiter Peak Bandwidth - Peak egress bandwidth in Mb/s.
- id string
- ingress
Broadcast numberRate Limiter Avg Bandwidth - Average ingress broadcast bandwidth in Mb/s.
- ingress
Broadcast numberRate Limiter Burst Size - Ingress broadcast burst size in bytes.
- ingress
Broadcast numberRate Limiter Peak Bandwidth - Peak ingress broadcast bandwidth in Mb/s.
- ingress
Rate numberLimiter Avg Bandwidth - Average ingress bandwidth in Mb/s.
- ingress
Rate numberLimiter Burst Size - Ingress burst size in bytes.
- ingress
Rate numberLimiter Peak Bandwidth - Peak ingress broadcast bandwidth in Mb/s.
- name string
- nsxt
Manager stringId - vdc
Group stringId - vdc
Id string
- class_
of_ floatservice - Class of service groups similar types of traffic in the network and each type of traffic is treated as a class with its own level of service priority. The lower priority traffic is slowed down or in some cases dropped to provide better throughput for higher priority traffic.
- description str
- Description of QoS Profile
- dscp_
priority float - A Differentiated Services Code Point (DSCP) priority Profile.
- dscp_
trust_ strmode - A Differentiated Services Code Point (DSCP) trust mode. Values are below:
TRUSTED
- With Trusted mode the inner header DSCP value is applied to the outer IP header for IP/IPv6 traffic. For non IP/IPv6 traffic, the outer IP header takes the default value.UNTRUSTED
- Untrusted mode is supported on overlay-based and VLAN-based logical port.
- egress_
rate_ floatlimiter_ avg_ bandwidth - Average egress bandwidth in Mb/s.
- egress_
rate_ floatlimiter_ burst_ size - Egress burst size in bytes.
- egress_
rate_ floatlimiter_ peak_ bandwidth - Peak egress bandwidth in Mb/s.
- id str
- ingress_
broadcast_ floatrate_ limiter_ avg_ bandwidth - Average ingress broadcast bandwidth in Mb/s.
- ingress_
broadcast_ floatrate_ limiter_ burst_ size - Ingress broadcast burst size in bytes.
- ingress_
broadcast_ floatrate_ limiter_ peak_ bandwidth - Peak ingress broadcast bandwidth in Mb/s.
- ingress_
rate_ floatlimiter_ avg_ bandwidth - Average ingress bandwidth in Mb/s.
- ingress_
rate_ floatlimiter_ burst_ size - Ingress burst size in bytes.
- ingress_
rate_ floatlimiter_ peak_ bandwidth - Peak ingress broadcast bandwidth in Mb/s.
- name str
- nsxt_
manager_ strid - vdc_
group_ strid - vdc_
id str
- class
Of NumberService - Class of service groups similar types of traffic in the network and each type of traffic is treated as a class with its own level of service priority. The lower priority traffic is slowed down or in some cases dropped to provide better throughput for higher priority traffic.
- description String
- Description of QoS Profile
- dscp
Priority Number - A Differentiated Services Code Point (DSCP) priority Profile.
- dscp
Trust StringMode - A Differentiated Services Code Point (DSCP) trust mode. Values are below:
TRUSTED
- With Trusted mode the inner header DSCP value is applied to the outer IP header for IP/IPv6 traffic. For non IP/IPv6 traffic, the outer IP header takes the default value.UNTRUSTED
- Untrusted mode is supported on overlay-based and VLAN-based logical port.
- egress
Rate NumberLimiter Avg Bandwidth - Average egress bandwidth in Mb/s.
- egress
Rate NumberLimiter Burst Size - Egress burst size in bytes.
- egress
Rate NumberLimiter Peak Bandwidth - Peak egress bandwidth in Mb/s.
- id String
- ingress
Broadcast NumberRate Limiter Avg Bandwidth - Average ingress broadcast bandwidth in Mb/s.
- ingress
Broadcast NumberRate Limiter Burst Size - Ingress broadcast burst size in bytes.
- ingress
Broadcast NumberRate Limiter Peak Bandwidth - Peak ingress broadcast bandwidth in Mb/s.
- ingress
Rate NumberLimiter Avg Bandwidth - Average ingress bandwidth in Mb/s.
- ingress
Rate NumberLimiter Burst Size - Ingress burst size in bytes.
- ingress
Rate NumberLimiter Peak Bandwidth - Peak ingress broadcast bandwidth in Mb/s.
- name String
- nsxt
Manager StringId - vdc
Group StringId - vdc
Id String
Package Details
- Repository
- vcd vmware/terraform-provider-vcd
- License
- Notes
- This Pulumi package is based on the
vcd
Terraform Provider.