Class CfnEnvironment.CheckProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.evs.CfnEnvironment.CheckProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnEnvironment.CheckProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEnvironment.CheckProperty
@Stability(Stable)
@Internal
public static final class CfnEnvironment.CheckProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEnvironment.CheckProperty
An implementation for
CfnEnvironment.CheckProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.evs.CfnEnvironment.CheckProperty
CfnEnvironment.CheckProperty.Builder, CfnEnvironment.CheckProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnEnvironment.CheckProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
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
Constructor that initializes the object based on literal property values passed by theCfnEnvironment.CheckProperty.Builder.
-
-
Method Details
-
getResult
Description copied from interface:CfnEnvironment.CheckPropertyThe check result.- Specified by:
getResultin interfaceCfnEnvironment.CheckProperty- See Also:
-
getType
Description copied from interface:CfnEnvironment.CheckPropertyThe check type. Amazon EVS performs the following checks.KEY_REUSE: checks that the VCF license key is not used by another Amazon EVS environment. This check fails if a used license is added to the environment.KEY_COVERAGE: checks that your VCF license key allocates sufficient vCPU cores for all deployed hosts. The check fails when any assigned hosts in the EVS environment are not covered by license keys, or when any unassigned hosts cannot be covered by available vCPU cores in keys.REACHABILITY: checks that the Amazon EVS control plane has a persistent connection to SDDC Manager. If Amazon EVS cannot reach the environment, this check fails.HOST_COUNT: Checks that your environment has a minimum of 4 hosts, which is a requirement for VCF 5.2.1.
If this check fails, you will need to add hosts so that your environment meets this minimum requirement. Amazon EVS only supports environments with 4-16 hosts.
- Specified by:
getTypein interfaceCfnEnvironment.CheckProperty- See Also:
-
getImpairedSince
Description copied from interface:CfnEnvironment.CheckPropertyThe time when environment health began to be impaired.- Specified by:
getImpairedSincein interfaceCfnEnvironment.CheckProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-