Class AzureCustomerManagedBootDiagnostics
- java.lang.Object
-
- io.fabric8.openshift.api.model.machine.v1beta1.AzureCustomerManagedBootDiagnostics
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<AzureCustomerManagedBootDiagnosticsBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class AzureCustomerManagedBootDiagnostics extends Object implements io.fabric8.kubernetes.api.builder.Editable<AzureCustomerManagedBootDiagnosticsBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
AzureCustomerManagedBootDiagnostics provides reference to a customer managed storage account.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AzureCustomerManagedBootDiagnostics()No args constructor for use in serializationAzureCustomerManagedBootDiagnostics(String storageAccountURI)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AzureCustomerManagedBootDiagnosticsBuilderedit()Map<String,Object>getAdditionalProperties()StringgetStorageAccountURI()storageAccountURI is the URI of the customer managed storage account.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetStorageAccountURI(String storageAccountURI)storageAccountURI is the URI of the customer managed storage account.AzureCustomerManagedBootDiagnosticsBuildertoBuilder()
-
-
-
Constructor Detail
-
AzureCustomerManagedBootDiagnostics
public AzureCustomerManagedBootDiagnostics()
No args constructor for use in serialization
-
AzureCustomerManagedBootDiagnostics
public AzureCustomerManagedBootDiagnostics(String storageAccountURI)
-
-
Method Detail
-
getStorageAccountURI
public String getStorageAccountURI()
storageAccountURI is the URI of the customer managed storage account. The URI typically will be `https://<mystorageaccountname>.blob.core.windows.net/` but may differ if you are using Azure DNS zone endpoints. You can find the correct endpoint by looking for the Blob Primary Endpoint in the endpoints tab in the Azure console.
-
setStorageAccountURI
public void setStorageAccountURI(String storageAccountURI)
storageAccountURI is the URI of the customer managed storage account. The URI typically will be `https://<mystorageaccountname>.blob.core.windows.net/` but may differ if you are using Azure DNS zone endpoints. You can find the correct endpoint by looking for the Blob Primary Endpoint in the endpoints tab in the Azure console.
-
edit
public AzureCustomerManagedBootDiagnosticsBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<AzureCustomerManagedBootDiagnosticsBuilder>
-
toBuilder
public AzureCustomerManagedBootDiagnosticsBuilder toBuilder()
-
-