Show / Hide Table of Contents

Class DedicatedVmHostInstanceShapeSummary

The shape used to launch instances associated with the dedicated VM host.

Inheritance
object
DedicatedVmHostInstanceShapeSummary
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top