Show / Hide Table of Contents

Class PodShape

Pod shape.

Inheritance
object
PodShape
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ContainerengineService.Models
Assembly: OCI.DotNetSDK.Containerengine.dll
Syntax
public class PodShape

Properties

MemoryOptions

Declaration
[JsonProperty(PropertyName = "memoryOptions")]
public List<ShapeMemoryOptions> MemoryOptions { get; set; }
Property Value
Type Description
List<ShapeMemoryOptions>

ShapeMemoryOptions.

Name

Declaration
[Required(ErrorMessage = "Name is required.")]
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Type Description
string

The name of the identifying shape.

Remarks

Required

NetworkBandwidthOptions

Declaration
[JsonProperty(PropertyName = "networkBandwidthOptions")]
public List<ShapeNetworkBandwidthOptions> NetworkBandwidthOptions { get; set; }
Property Value
Type Description
List<ShapeNetworkBandwidthOptions>

ShapeNetworkBandwidthOptions.

OcpuOptions

Declaration
[JsonProperty(PropertyName = "ocpuOptions")]
public List<ShapeOcpuOptions> OcpuOptions { get; set; }
Property Value
Type Description
List<ShapeOcpuOptions>

Options for OCPU shape.

ProcessorDescription

Declaration
[JsonProperty(PropertyName = "processorDescription")]
public string ProcessorDescription { get; set; }
Property Value
Type Description
string

A short description of the VM's processor (CPU).

In this article
Back to top