Show / Hide Table of Contents

Class ChangeShapeNodes

Individual worker nodes groups details.

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

Properties

Cloudsql

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

Change shape of the Cloud SQL node to the desired target shape. Both VM_STANDARD and E4 Flex shapes are allowed here.

CloudsqlShapeConfig

Declaration
[JsonProperty(PropertyName = "cloudsqlShapeConfig")]
public ShapeConfigDetails CloudsqlShapeConfig { get; set; }
Property Value
Type Description
ShapeConfigDetails

ComputeOnlyWorker

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

Change shape of compute only worker nodes to the desired target shape. Both VM_STANDARD and E4 Flex shapes are allowed here.

ComputeOnlyWorkerShapeConfig

Declaration
[JsonProperty(PropertyName = "computeOnlyWorkerShapeConfig")]
public ShapeConfigDetails ComputeOnlyWorkerShapeConfig { get; set; }
Property Value
Type Description
ShapeConfigDetails

Edge

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

Change shape of edge nodes to the desired target shape. Both VM_STANDARD and E4 Flex shapes are allowed here.

EdgeShapeConfig

Declaration
[JsonProperty(PropertyName = "edgeShapeConfig")]
public ShapeConfigDetails EdgeShapeConfig { get; set; }
Property Value
Type Description
ShapeConfigDetails

KafkaBroker

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

Change shape of Kafka Broker nodes to the desired target shape. Both VM_STANDARD and E4 Flex shapes are allowed here.

KafkaBrokerShapeConfig

Declaration
[JsonProperty(PropertyName = "kafkaBrokerShapeConfig")]
public ShapeConfigDetails KafkaBrokerShapeConfig { get; set; }
Property Value
Type Description
ShapeConfigDetails

Master

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

Change shape of master nodes to the desired target shape. Both VM_STANDARD and E4 Flex shapes are allowed here.

MasterShapeConfig

Declaration
[JsonProperty(PropertyName = "masterShapeConfig")]
public ShapeConfigDetails MasterShapeConfig { get; set; }
Property Value
Type Description
ShapeConfigDetails

Utility

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

Change shape of utility nodes to the desired target shape. Both VM_STANDARD and E4 Flex shapes are allowed here.

UtilityShapeConfig

Declaration
[JsonProperty(PropertyName = "utilityShapeConfig")]
public ShapeConfigDetails UtilityShapeConfig { get; set; }
Property Value
Type Description
ShapeConfigDetails

Worker

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

Change shape of worker nodes to the desired target shape. Both VM_STANDARD and E4 Flex shapes are allowed here.

WorkerShapeConfig

Declaration
[JsonProperty(PropertyName = "workerShapeConfig")]
public ShapeConfigDetails WorkerShapeConfig { get; set; }
Property Value
Type Description
ShapeConfigDetails
In this article
Back to top