Class VMwareHostSecurityConfiguration
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the security configuration on a VMware host
public class VMwareHostSecurityConfiguration : GlobalSerializableClassicBase
- Inheritance
-
VMwareHostSecurityConfiguration
Constructors
VMwareHostSecurityConfiguration()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.VMwareHostSecurityConfiguration class.
public VMwareHostSecurityConfiguration()
Properties
Certificate
Gets or sets the SSL certificate configured for the host. This property is available in vSphere 5.0 and above only.
public SslCertificate Certificate { get; set; }
Property Value
Firewall
Gets or sets the firewall configuration for this host.
public VMwareHostFirewall Firewall { get; set; }
Property Value
LockdownMode
Gets or sets the lockdown mode configured for the host.
public VMwareHostLockdownMode LockdownMode { get; set; }
Property Value
LockdownModeExceptions
Gets or sets a list of user accounts that keep their permissions when the host enters lockdown mode.
public SerializableStringCollection LockdownModeExceptions { get; set; }
Property Value
- SerializableStringCollection
LockdownModeExceptionsStatus
Gets or sets the status of the lockdown mode exceptions.
public SectionStatus LockdownModeExceptionsStatus { get; set; }
Property Value
LockdownModeString
Gets the lockdown mode configured for the host.
public string LockdownModeString { get; set; }
Property Value
Services
Gets or sets the services configured for the VMware host.
public VMwareHostServices Services { get; set; }
Property Value
SslThumbprint
Gets or sets the SSL thumbprint of the host.
public string SslThumbprint { get; set; }