Class DedicatedVmHostInstanceShapeSummary
The shape used to launch instances associated with the dedicated VM host.
Inherited Members
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class DedicatedVmHostInstanceShapeSummary
Properties
AvailabilityDomain
Declaration
[JsonProperty(PropertyName = "availabilityDomain")]
public string AvailabilityDomain { get; set; }
Property Value
Type | Description |
---|---|
string | The shape's availability domain. |
InstanceShapeName
Declaration
[Required(ErrorMessage = "InstanceShapeName is required.")]
[JsonProperty(PropertyName = "instanceShapeName")]
public string InstanceShapeName { get; set; }
Property Value
Type | Description |
---|---|
string | The name of the virtual machine instance shapes that can be launched on a dedicated VM host. |
Remarks
Required