Uses of Class
io.fabric8.openshift.api.model.machine.v1beta1.AzureDiagnostics
-
Packages that use AzureDiagnostics Package Description io.fabric8.openshift.api.model.machine.v1beta1 -
-
Uses of AzureDiagnostics in io.fabric8.openshift.api.model.machine.v1beta1
Methods in io.fabric8.openshift.api.model.machine.v1beta1 that return AzureDiagnostics Modifier and Type Method Description AzureDiagnosticsAzureDiagnosticsBuilder. build()AzureDiagnosticsAzureMachineProviderSpecFluent. buildDiagnostics()AzureDiagnosticsAzureMachineProviderSpec. getDiagnostics()Methods in io.fabric8.openshift.api.model.machine.v1beta1 with parameters of type AzureDiagnostics Modifier and Type Method Description protected voidAzureDiagnosticsFluent. copyInstance(AzureDiagnostics instance)AzureMachineProviderSpecFluent.DiagnosticsNested<A>AzureMachineProviderSpecFluent. editOrNewDiagnosticsLike(AzureDiagnostics item)voidAzureMachineProviderSpec. setDiagnostics(AzureDiagnostics diagnostics)AAzureMachineProviderSpecFluent. withDiagnostics(AzureDiagnostics diagnostics)AzureMachineProviderSpecFluent.DiagnosticsNested<A>AzureMachineProviderSpecFluent. withNewDiagnosticsLike(AzureDiagnostics item)Constructors in io.fabric8.openshift.api.model.machine.v1beta1 with parameters of type AzureDiagnostics Constructor Description AzureDiagnosticsBuilder(AzureDiagnostics instance)AzureDiagnosticsBuilder(AzureDiagnosticsFluent<?> fluent, AzureDiagnostics instance)AzureDiagnosticsFluent(AzureDiagnostics instance)AzureMachineProviderSpec(Boolean acceleratedNetworking, String apiVersion, List<String> applicationSecurityGroups, String availabilitySet, String capacityReservationGroupID, io.fabric8.kubernetes.api.model.SecretReference credentialsSecret, List<DataDisk> dataDisks, AzureDiagnostics diagnostics, Image image, String internalLoadBalancer, String kind, String location, String managedIdentity, io.fabric8.kubernetes.api.model.ObjectMeta metadata, Long natRule, String networkResourceGroup, OSDisk osDisk, Boolean publicIP, String publicLoadBalancer, String resourceGroup, String securityGroup, SecurityProfile securityProfile, SpotVMOptions spotVMOptions, String sshPublicKey, String subnet, Map<String,String> tags, String ultraSSDCapability, io.fabric8.kubernetes.api.model.SecretReference userDataSecret, String vmSize, String vnet, String zone)
-