Class ComputeNetworkBlockSummary
Summary information for a compute network block.
Inherited Members
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class ComputeNetworkBlockSummary
Properties
ComputeCapacityTopologyId
Declaration
[Required(ErrorMessage = "ComputeCapacityTopologyId is required.")]
[JsonProperty(PropertyName = "computeCapacityTopologyId")]
public string ComputeCapacityTopologyId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the compute capacity topology. |
Remarks
Required
ComputeHpcIslandId
Declaration
[Required(ErrorMessage = "ComputeHpcIslandId is required.")]
[JsonProperty(PropertyName = "computeHpcIslandId")]
public string ComputeHpcIslandId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the compute HPC island. |
Remarks
Required
Id
Declaration
[Required(ErrorMessage = "Id is required.")]
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the compute network block. |
Remarks
Required
LifecycleState
Declaration
[Required(ErrorMessage = "LifecycleState is required.")]
[JsonProperty(PropertyName = "lifecycleState")]
[JsonConverter(typeof(StringEnumConverter))]
public ComputeNetworkBlock.LifecycleStateEnum? LifecycleState { get; set; }
Property Value
Type | Description |
---|---|
ComputeNetworkBlock.LifecycleStateEnum? | The current state of the compute network block. |
Remarks
Required
TimeCreated
Declaration
[Required(ErrorMessage = "TimeCreated is required.")]
[JsonProperty(PropertyName = "timeCreated")]
public DateTime? TimeCreated { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | The date and time that the compute network block was created, in the format defined by RFC3339.
|
Remarks
Required
TimeUpdated
Declaration
[Required(ErrorMessage = "TimeUpdated is required.")]
[JsonProperty(PropertyName = "timeUpdated")]
public DateTime? TimeUpdated { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | The date and time that the compute network block was updated, in the format defined by RFC3339.
|
Remarks
Required
TotalComputeBareMetalHostCount
Declaration
[Required(ErrorMessage = "TotalComputeBareMetalHostCount is required.")]
[JsonProperty(PropertyName = "totalComputeBareMetalHostCount")]
public long? TotalComputeBareMetalHostCount { get; set; }
Property Value
Type | Description |
---|---|
long? | The total number of compute bare metal hosts located in the compute network block. |
Remarks
Required