Show / Hide Table of Contents

Class CpuArchitectureTaskProfileExtendedInformation

Extended information about CPU architecture for the task profile.

Inheritance
object
BatchTaskProfileExtendedInformation
CpuArchitectureTaskProfileExtendedInformation
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.BatchService.Models
Assembly: OCI.DotNetSDK.Batch.dll
Syntax
public class CpuArchitectureTaskProfileExtendedInformation : BatchTaskProfileExtendedInformation

Properties

Architecture

Declaration
[Required(ErrorMessage = "Architecture is required.")]
[JsonProperty(PropertyName = "architecture")]
[JsonConverter(typeof(ResponseEnumConverter))]
public CpuArchitectureTaskProfileExtendedInformation.ArchitectureEnum? Architecture { get; set; }
Property Value
Type Description
CpuArchitectureTaskProfileExtendedInformation.ArchitectureEnum?

Type of CPU architecture.

Remarks

Required

In this article
Back to top