Class ChangeShapeNodes
  Individual worker nodes groups details.
    Inheritance
    
    ChangeShapeNodes
   
  
  
  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
  
  
  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
  
  
  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
  
  
  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
  
  
  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
  
  
  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
  
  
  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