Uses of Class
io.fabric8.openshift.api.model.installer.azure.v1.CustomerManagedKey
-
Packages that use CustomerManagedKey Package Description io.fabric8.openshift.api.model.installer.azure.v1 -
-
Uses of CustomerManagedKey in io.fabric8.openshift.api.model.installer.azure.v1
Methods in io.fabric8.openshift.api.model.installer.azure.v1 that return CustomerManagedKey Modifier and Type Method Description CustomerManagedKeyCustomerManagedKeyBuilder. build()CustomerManagedKeyPlatformFluent. buildCustomerManagedKey()CustomerManagedKeyPlatform. getCustomerManagedKey()Platform stores all the global configuration that all machinesets use.Methods in io.fabric8.openshift.api.model.installer.azure.v1 with parameters of type CustomerManagedKey Modifier and Type Method Description protected voidCustomerManagedKeyFluent. copyInstance(CustomerManagedKey instance)PlatformFluent.CustomerManagedKeyNested<A>PlatformFluent. editOrNewCustomerManagedKeyLike(CustomerManagedKey item)voidPlatform. setCustomerManagedKey(CustomerManagedKey customerManagedKey)Platform stores all the global configuration that all machinesets use.APlatformFluent. withCustomerManagedKey(CustomerManagedKey customerManagedKey)PlatformFluent.CustomerManagedKeyNested<A>PlatformFluent. withNewCustomerManagedKeyLike(CustomerManagedKey item)Constructors in io.fabric8.openshift.api.model.installer.azure.v1 with parameters of type CustomerManagedKey Constructor Description CustomerManagedKeyBuilder(CustomerManagedKey instance)CustomerManagedKeyBuilder(CustomerManagedKeyFluent<?> fluent, CustomerManagedKey instance)CustomerManagedKeyFluent(CustomerManagedKey instance)Platform(String armEndpoint, String baseDomainResourceGroupName, String cloudName, String clusterOSImage, String computeSubnet, String controlPlaneSubnet, CustomerManagedKey customerManagedKey, MachinePool defaultMachinePlatform, String networkResourceGroupName, String outboundType, String region, String resourceGroupName, Map<String,String> userTags, String virtualNetwork)
-