Class CfnEnvironmentPropsMixin.CheckProperty
A check on the environment to identify environment health and validate VMware VCF licensing compliance.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.EVS.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnEnvironmentPropsMixin.CheckProperty : CfnEnvironmentPropsMixin.ICheckProperty
Syntax (vb)
Public Class CfnEnvironmentPropsMixin.CheckProperty Implements CfnEnvironmentPropsMixin.ICheckProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.EVS.Mixins;
var checkProperty = new CheckProperty {
ImpairedSince = "impairedSince",
Result = "result",
Type = "type"
};
Synopsis
Constructors
| CheckProperty() | A check on the environment to identify environment health and validate VMware VCF licensing compliance. |
Properties
| ImpairedSince | The time when environment health began to be impaired. |
| Result | The check result. |
| Type | The check type. Amazon EVS performs the following checks. |
Constructors
CheckProperty()
A check on the environment to identify environment health and validate VMware VCF licensing compliance.
public CheckProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.EVS.Mixins;
var checkProperty = new CheckProperty {
ImpairedSince = "impairedSince",
Result = "result",
Type = "type"
};
Properties
ImpairedSince
The time when environment health began to be impaired.
public string? ImpairedSince { get; set; }
Property Value
Remarks
Result
The check result.
public string? Result { get; set; }
Property Value
Remarks
Type
The check type. Amazon EVS performs the following checks.
public string? Type { get; set; }
Property Value
Remarks
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.