Class DedicatedVmHost
A dedicated virtual machine host lets you host multiple VM instances on a dedicated server that is not shared with other tenancies.
Inherited Members
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class DedicatedVmHost
Properties
AvailabilityDomain
Declaration
[Required(ErrorMessage = "AvailabilityDomain is required.")]
[JsonProperty(PropertyName = "availabilityDomain")]
public string AvailabilityDomain { get; set; }
Property Value
Type | Description |
---|---|
string | The availability domain the dedicated virtual machine host is running in.
|
Remarks
Required
CompartmentId
Declaration
[Required(ErrorMessage = "CompartmentId is required.")]
[JsonProperty(PropertyName = "compartmentId")]
public string CompartmentId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the compartment that contains the dedicated virtual machine host. |
Remarks
Required
DedicatedVmHostShape
Declaration
[Required(ErrorMessage = "DedicatedVmHostShape is required.")]
[JsonProperty(PropertyName = "dedicatedVmHostShape")]
public string DedicatedVmHostShape { get; set; }
Property Value
Type | Description |
---|---|
string | The dedicated virtual machine host shape. The shape determines the number of CPUs and other resources available for VMs. |
Remarks
Required
DefinedTags
Declaration
[JsonProperty(PropertyName = "definedTags")]
public Dictionary<string, Dictionary<string, object>> DefinedTags { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, Dictionary<string, object>> | Defined tags for this resource. Each key is predefined and scoped to a
namespace. For more information, see Resource Tags.
|
DisplayName
Declaration
[Required(ErrorMessage = "DisplayName is required.")]
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string | A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. |
Remarks
Required
FaultDomain
Declaration
[JsonProperty(PropertyName = "faultDomain")]
public string FaultDomain { get; set; }
Property Value
Type | Description |
---|---|
string | The fault domain for the dedicated virtual machine host's assigned instances.
For more information, see Fault Domains.
|
FreeformTags
Declaration
[JsonProperty(PropertyName = "freeformTags")]
public Dictionary<string, string> FreeformTags { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, string> | Free-form tags for this resource. Each tag is a simple key-value pair with no
predefined name, type, or namespace. For more information, see Resource Tags.
|
Id
Declaration
[Required(ErrorMessage = "Id is required.")]
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the dedicated VM host. |
Remarks
Required
LifecycleState
Declaration
[Required(ErrorMessage = "LifecycleState is required.")]
[JsonProperty(PropertyName = "lifecycleState")]
[JsonConverter(typeof(ResponseEnumConverter))]
public DedicatedVmHost.LifecycleStateEnum? LifecycleState { get; set; }
Property Value
Type | Description |
---|---|
DedicatedVmHost.LifecycleStateEnum? | The current state of the dedicated VM host. |
Remarks
Required
RemainingMemoryInGBs
Declaration
[JsonProperty(PropertyName = "remainingMemoryInGBs")]
public float? RemainingMemoryInGBs { get; set; }
Property Value
Type | Description |
---|---|
float? | The remaining memory of the dedicated VM host, in GBs. |
RemainingOcpus
Declaration
[Required(ErrorMessage = "RemainingOcpus is required.")]
[JsonProperty(PropertyName = "remainingOcpus")]
public float? RemainingOcpus { get; set; }
Property Value
Type | Description |
---|---|
float? | The available OCPUs of the dedicated VM host. |
Remarks
Required
TimeCreated
Declaration
[Required(ErrorMessage = "TimeCreated is required.")]
[JsonProperty(PropertyName = "timeCreated")]
public DateTime? TimeCreated { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | The date and time the dedicated VM host was created, in the format defined by RFC3339.
|
Remarks
Required
TotalMemoryInGBs
Declaration
[JsonProperty(PropertyName = "totalMemoryInGBs")]
public float? TotalMemoryInGBs { get; set; }
Property Value
Type | Description |
---|---|
float? | The total memory of the dedicated VM host, in GBs. |
TotalOcpus
Declaration
[Required(ErrorMessage = "TotalOcpus is required.")]
[JsonProperty(PropertyName = "totalOcpus")]
public float? TotalOcpus { get; set; }
Property Value
Type | Description |
---|---|
float? | The total OCPUs of the dedicated VM host. |
Remarks
Required