Class HostGroupConfiguration
Host group configuration
Inherited Members
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class HostGroupConfiguration
Properties
FirmwareBundleId
Declaration
[JsonProperty(PropertyName = "firmwareBundleId")]
public string FirmwareBundleId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID for firmware bundle |
RecycleLevel
Declaration
[JsonProperty(PropertyName = "recycleLevel")]
[JsonConverter(typeof(ResponseEnumConverter))]
public HostGroupConfiguration.RecycleLevelEnum? RecycleLevel { get; set; }
Property Value
Type | Description |
---|---|
HostGroupConfiguration.RecycleLevelEnum? | Preferred recycle level for hosts associated with the reservation config.
|
Target
Declaration
[JsonProperty(PropertyName = "target")]
public string Target { get; set; }
Property Value
Type | Description |
---|---|
string | Either the platform name or compute shape that the configuration is targeting |