SdwanErrorCorrectionProfile data source
Using getSdwanErrorCorrectionProfile
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 getSdwanErrorCorrectionProfile(args: GetSdwanErrorCorrectionProfileArgs, opts?: InvokeOptions): Promise<GetSdwanErrorCorrectionProfileResult>
function getSdwanErrorCorrectionProfileOutput(args: GetSdwanErrorCorrectionProfileOutputArgs, opts?: InvokeOptions): Output<GetSdwanErrorCorrectionProfileResult>def get_sdwan_error_correction_profile(device: Optional[str] = None,
folder: Optional[str] = None,
id: Optional[str] = None,
name: Optional[str] = None,
snippet: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSdwanErrorCorrectionProfileResult
def get_sdwan_error_correction_profile_output(device: Optional[pulumi.Input[str]] = None,
folder: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
snippet: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSdwanErrorCorrectionProfileResult]func LookupSdwanErrorCorrectionProfile(ctx *Context, args *LookupSdwanErrorCorrectionProfileArgs, opts ...InvokeOption) (*LookupSdwanErrorCorrectionProfileResult, error)
func LookupSdwanErrorCorrectionProfileOutput(ctx *Context, args *LookupSdwanErrorCorrectionProfileOutputArgs, opts ...InvokeOption) LookupSdwanErrorCorrectionProfileResultOutput> Note: This function is named LookupSdwanErrorCorrectionProfile in the Go SDK.
public static class GetSdwanErrorCorrectionProfile
{
public static Task<GetSdwanErrorCorrectionProfileResult> InvokeAsync(GetSdwanErrorCorrectionProfileArgs args, InvokeOptions? opts = null)
public static Output<GetSdwanErrorCorrectionProfileResult> Invoke(GetSdwanErrorCorrectionProfileInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetSdwanErrorCorrectionProfileResult> getSdwanErrorCorrectionProfile(GetSdwanErrorCorrectionProfileArgs args, InvokeOptions options)
public static Output<GetSdwanErrorCorrectionProfileResult> getSdwanErrorCorrectionProfile(GetSdwanErrorCorrectionProfileArgs args, InvokeOptions options)
fn::invoke:
function: scm:index/getSdwanErrorCorrectionProfile:getSdwanErrorCorrectionProfile
arguments:
# arguments dictionaryThe following arguments are supported:
getSdwanErrorCorrectionProfile Result
The following output properties are available:
- Activation
Threshold int - Device string
- The device in which the resource is defined
- Folder string
- Id string
- UUID of the resource
- Mode
Get
Sdwan Error Correction Profile Mode - Name string
- Snippet string
- Tfid string
- Activation
Threshold int - Device string
- The device in which the resource is defined
- Folder string
- Id string
- UUID of the resource
- Mode
Get
Sdwan Error Correction Profile Mode - Name string
- Snippet string
- Tfid string
- activation
Threshold Integer - device String
- The device in which the resource is defined
- folder String
- id String
- UUID of the resource
- mode
Get
Sdwan Error Correction Profile Mode - name String
- snippet String
- tfid String
- activation
Threshold number - device string
- The device in which the resource is defined
- folder string
- id string
- UUID of the resource
- mode
Get
Sdwan Error Correction Profile Mode - name string
- snippet string
- tfid string
- activation_
threshold int - device str
- The device in which the resource is defined
- folder str
- id str
- UUID of the resource
- mode
Get
Sdwan Error Correction Profile Mode - name str
- snippet str
- tfid str
- activation
Threshold Number - device String
- The device in which the resource is defined
- folder String
- id String
- UUID of the resource
- mode Property Map
- name String
- snippet String
- tfid String
Supporting Types
GetSdwanErrorCorrectionProfileMode
- Forward
Error GetCorrection Sdwan Error Correction Profile Mode Forward Error Correction - Forward error correction
- Packet
Duplication GetSdwan Error Correction Profile Mode Packet Duplication Packet duplication
ℹ️ Note: You must specify exactly one of
forward_error_correctionandpacket_duplication.
- Forward
Error GetCorrection Sdwan Error Correction Profile Mode Forward Error Correction - Forward error correction
- Packet
Duplication GetSdwan Error Correction Profile Mode Packet Duplication Packet duplication
ℹ️ Note: You must specify exactly one of
forward_error_correctionandpacket_duplication.
- forward
Error GetCorrection Sdwan Error Correction Profile Mode Forward Error Correction - Forward error correction
- packet
Duplication GetSdwan Error Correction Profile Mode Packet Duplication Packet duplication
ℹ️ Note: You must specify exactly one of
forward_error_correctionandpacket_duplication.
- forward
Error GetCorrection Sdwan Error Correction Profile Mode Forward Error Correction - Forward error correction
- packet
Duplication GetSdwan Error Correction Profile Mode Packet Duplication Packet duplication
ℹ️ Note: You must specify exactly one of
forward_error_correctionandpacket_duplication.
- forward_
error_ Getcorrection Sdwan Error Correction Profile Mode Forward Error Correction - Forward error correction
- packet_
duplication GetSdwan Error Correction Profile Mode Packet Duplication Packet duplication
ℹ️ Note: You must specify exactly one of
forward_error_correctionandpacket_duplication.
- forward
Error Property MapCorrection - Forward error correction
- packet
Duplication Property Map Packet duplication
ℹ️ Note: You must specify exactly one of
forward_error_correctionandpacket_duplication.
GetSdwanErrorCorrectionProfileModeForwardErrorCorrection
- Ratio string
- Ratio
- Recovery
Duration int - Recovery duration
- Ratio string
- Ratio
- Recovery
Duration int - Recovery duration
- ratio String
- Ratio
- recovery
Duration Integer - Recovery duration
- ratio string
- Ratio
- recovery
Duration number - Recovery duration
- ratio str
- Ratio
- recovery_
duration int - Recovery duration
- ratio String
- Ratio
- recovery
Duration Number - Recovery duration
GetSdwanErrorCorrectionProfileModePacketDuplication
- Recovery
Duration intPd - Recovery duration pd
- Recovery
Duration intPd - Recovery duration pd
- recovery
Duration IntegerPd - Recovery duration pd
- recovery
Duration numberPd - Recovery duration pd
- recovery_
duration_ intpd - Recovery duration pd
- recovery
Duration NumberPd - Recovery duration pd
Package Details
- Repository
- scm pulumi/pulumi-scm
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
scmTerraform Provider.
