Uses of Class
io.fabric8.openshift.api.model.installer.azure.v1.VMIdentity
-
Packages that use VMIdentity Package Description io.fabric8.openshift.api.model.installer.azure.v1 -
-
Uses of VMIdentity in io.fabric8.openshift.api.model.installer.azure.v1
Methods in io.fabric8.openshift.api.model.installer.azure.v1 that return VMIdentity Modifier and Type Method Description VMIdentityVMIdentityBuilder. build()VMIdentityMachinePoolFluent. buildIdentity()VMIdentityMachinePool. getIdentity()MachinePool stores the configuration for a machine pool installed on Azure.Methods in io.fabric8.openshift.api.model.installer.azure.v1 with parameters of type VMIdentity Modifier and Type Method Description protected voidVMIdentityFluent. copyInstance(VMIdentity instance)MachinePoolFluent.IdentityNested<A>MachinePoolFluent. editOrNewIdentityLike(VMIdentity item)voidMachinePool. setIdentity(VMIdentity identity)MachinePool stores the configuration for a machine pool installed on Azure.AMachinePoolFluent. withIdentity(VMIdentity identity)MachinePoolFluent.IdentityNested<A>MachinePoolFluent. withNewIdentityLike(VMIdentity item)Constructors in io.fabric8.openshift.api.model.installer.azure.v1 with parameters of type VMIdentity Constructor Description MachinePool(BootDiagnostics bootDiagnostics, Boolean encryptionAtHost, VMIdentity identity, OSDisk osDisk, OSImage osImage, SecuritySettings settings, String type, String ultraSSDCapability, String vmNetworkingType, List<String> zones)VMIdentityBuilder(VMIdentity instance)VMIdentityBuilder(VMIdentityFluent<?> fluent, VMIdentity instance)VMIdentityFluent(VMIdentity instance)
-