Class AzureBootDiagnostics
- java.lang.Object
-
- io.fabric8.openshift.api.model.machine.v1beta1.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 Summary
Constructors Constructor Description AzureBootDiagnostics()No args constructor for use in serializationAzureBootDiagnostics(AzureCustomerManagedBootDiagnostics customerManaged, String storageAccountType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AzureBootDiagnosticsBuilderedit()Map<String,Object>getAdditionalProperties()AzureCustomerManagedBootDiagnosticsgetCustomerManaged()AzureBootDiagnostics configures the boot diagnostics settings for the virtual machine.StringgetStorageAccountType()storageAccountType determines if the storage account for storing the diagnostics data should be provisioned by Azure (AzureManaged) or by the customer (CustomerManaged).voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetCustomerManaged(AzureCustomerManagedBootDiagnostics customerManaged)AzureBootDiagnostics configures the boot diagnostics settings for the virtual machine.voidsetStorageAccountType(String storageAccountType)storageAccountType determines if the storage account for storing the diagnostics data should be provisioned by Azure (AzureManaged) or by the customer (CustomerManaged).AzureBootDiagnosticsBuildertoBuilder()
-
-
-
Constructor Detail
-
AzureBootDiagnostics
public AzureBootDiagnostics()
No args constructor for use in serialization
-
AzureBootDiagnostics
public AzureBootDiagnostics(AzureCustomerManagedBootDiagnostics customerManaged, String storageAccountType)
-
-
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).
-
edit
public AzureBootDiagnosticsBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<AzureBootDiagnosticsBuilder>
-
toBuilder
public AzureBootDiagnosticsBuilder toBuilder()
-
-