Class ComputeUrlMapDefaultRouteActionFaultInjectionPolicyDelay.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_url_map.ComputeUrlMapDefaultRouteActionFaultInjectionPolicyDelay.Jsii$Proxy
-
- All Implemented Interfaces:
ComputeUrlMapDefaultRouteActionFaultInjectionPolicyDelay,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputeUrlMapDefaultRouteActionFaultInjectionPolicyDelay
@Stability(Stable) @Internal public static final class ComputeUrlMapDefaultRouteActionFaultInjectionPolicyDelay.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputeUrlMapDefaultRouteActionFaultInjectionPolicyDelay
An implementation forComputeUrlMapDefaultRouteActionFaultInjectionPolicyDelay
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.compute_url_map.ComputeUrlMapDefaultRouteActionFaultInjectionPolicyDelay
ComputeUrlMapDefaultRouteActionFaultInjectionPolicyDelay.Builder, ComputeUrlMapDefaultRouteActionFaultInjectionPolicyDelay.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputeUrlMapDefaultRouteActionFaultInjectionPolicyDelay.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeUrlMapDefaultRouteActionFaultInjectionPolicyDelay.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)ComputeUrlMapDefaultRouteActionFaultInjectionPolicyDelayFixedDelaygetFixedDelay()fixed_delay block.NumbergetPercentage()The percentage of traffic (connections/operations/requests) on which delay will be introduced as part of fault injection.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(ComputeUrlMapDefaultRouteActionFaultInjectionPolicyDelay.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputeUrlMapDefaultRouteActionFaultInjectionPolicyDelay.Builder.
-
-
Method Detail
-
getFixedDelay
public final ComputeUrlMapDefaultRouteActionFaultInjectionPolicyDelayFixedDelay getFixedDelay()
Description copied from interface:ComputeUrlMapDefaultRouteActionFaultInjectionPolicyDelayfixed_delay block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_url_map#fixed_delay ComputeUrlMap#fixed_delay}
- Specified by:
getFixedDelayin interfaceComputeUrlMapDefaultRouteActionFaultInjectionPolicyDelay
-
getPercentage
public final Number getPercentage()
Description copied from interface:ComputeUrlMapDefaultRouteActionFaultInjectionPolicyDelayThe percentage of traffic (connections/operations/requests) on which delay will be introduced as part of fault injection.The value must be between 0.0 and 100.0 inclusive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_url_map#percentage ComputeUrlMap#percentage}
- Specified by:
getPercentagein interfaceComputeUrlMapDefaultRouteActionFaultInjectionPolicyDelay
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-