Show / Hide Table of Contents

Class ContainerInstanceShapeSummary

Details about a shape for a container instance.

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

In this article
Back to top