Class UpdateFleetDetails
  Attributes to update a Fleet.
    Inheritance
    
    UpdateFleetDetails
   
  
  
  Assembly: OCI.DotNetSDK.Jms.dll
  Syntax
  
    public class UpdateFleetDetails
   
  Properties
  
  
  
  
  Declaration
  
    [JsonProperty(PropertyName = "definedTags")]
public Dictionary<string, Dictionary<string, object>> DefinedTags { get; set; }
   
  Property Value
  
  
  Description
  
  
  Declaration
  
    [JsonProperty(PropertyName = "description")]
public string Description { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | string | The Fleet's description. | 
    
  
  
  DisplayName
  
  
  Declaration
  
    [JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | string | The name of the Fleet. The displayName must be unique for Fleets in the same compartment. | 
    
  
  
  
  
  
  Declaration
  
    [JsonProperty(PropertyName = "freeformTags")]
public Dictionary<string, string> FreeformTags { get; set; }
   
  Property Value
  
  
  InventoryLog
  
  
  Declaration
  
    [JsonProperty(PropertyName = "inventoryLog")]
public CustomLog InventoryLog { get; set; }
   
  Property Value
  
  
  IsAdvancedFeaturesEnabled
  
  
  Declaration
  
    [JsonProperty(PropertyName = "isAdvancedFeaturesEnabled")]
public bool? IsAdvancedFeaturesEnabled { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | bool? | Whether or not advanced features are enabled in this Fleet.
Deprecated, use /fleets/{fleetId}/advanceFeatureConfigurationAPI instead. | 
    
  
  
  OperationLog
  
  
  Declaration
  
    [JsonProperty(PropertyName = "operationLog")]
public CustomLog OperationLog { get; set; }
   
  Property Value