Class ContainerInstanceShapeSummary
Details about a shape for a container instance.
Inherited Members
Namespace: Oci.ContainerinstancesService.Models
Assembly: OCI.DotNetSDK.Containerinstances.dll
Syntax
public class ContainerInstanceShapeSummary
Properties
MemoryOptions
Declaration
[JsonProperty(PropertyName = "memoryOptions")]
public ShapeMemoryOptions MemoryOptions { get; set; }
Property Value
Type | Description |
---|---|
ShapeMemoryOptions |
Name
Declaration
[Required(ErrorMessage = "Name is required.")]
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string | The name identifying the shape. |
Remarks
Required
NetworkingBandwidthOptions
Declaration
[JsonProperty(PropertyName = "networkingBandwidthOptions")]
public ShapeNetworkingBandwidthOptions NetworkingBandwidthOptions { get; set; }
Property Value
Type | Description |
---|---|
ShapeNetworkingBandwidthOptions |
OcpuOptions
Declaration
[JsonProperty(PropertyName = "ocpuOptions")]
public ShapeOcpuOptions OcpuOptions { get; set; }
Property Value
Type | Description |
---|---|
ShapeOcpuOptions |
ProcessorDescription
Declaration
[Required(ErrorMessage = "ProcessorDescription is required.")]
[JsonProperty(PropertyName = "processorDescription")]
public string ProcessorDescription { get; set; }
Property Value
Type | Description |
---|---|
string | A short description of the container instance's processor (CPU). |
Remarks
Required