Class AzureBootDiagnostics

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Editable<AzureBootDiagnosticsBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource, Serializable

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class AzureBootDiagnostics
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<AzureBootDiagnosticsBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    AzureBootDiagnostics configures the boot diagnostics settings for the virtual machine. This allows you to configure capturing serial output from the virtual machine on boot. This is useful for debugging software based launch issues.
    See Also:
    Serialized Form
    • Constructor Detail

      • AzureBootDiagnostics

        public AzureBootDiagnostics()
        No args constructor for use in serialization
    • Method Detail

      • getCustomerManaged

        public AzureCustomerManagedBootDiagnostics getCustomerManaged()
        AzureBootDiagnostics configures the boot diagnostics settings for the virtual machine. This allows you to configure capturing serial output from the virtual machine on boot. This is useful for debugging software based launch issues.
      • setCustomerManaged

        public void setCustomerManaged​(AzureCustomerManagedBootDiagnostics customerManaged)
        AzureBootDiagnostics configures the boot diagnostics settings for the virtual machine. This allows you to configure capturing serial output from the virtual machine on boot. This is useful for debugging software based launch issues.
      • getStorageAccountType

        public String getStorageAccountType()
        storageAccountType determines if the storage account for storing the diagnostics data should be provisioned by Azure (AzureManaged) or by the customer (CustomerManaged).
      • setStorageAccountType

        public void setStorageAccountType​(String storageAccountType)
        storageAccountType determines if the storage account for storing the diagnostics data should be provisioned by Azure (AzureManaged) or by the customer (CustomerManaged).
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)