Uses of Class
io.fabric8.openshift.api.model.config.v1.VSpherePlatformNodeNetworking
-
Packages that use VSpherePlatformNodeNetworking Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of VSpherePlatformNodeNetworking in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return VSpherePlatformNodeNetworking Modifier and Type Method Description VSpherePlatformNodeNetworkingVSpherePlatformNodeNetworkingBuilder. build()VSpherePlatformNodeNetworkingVSpherePlatformSpecFluent. buildNodeNetworking()VSpherePlatformNodeNetworkingVSpherePlatformSpec. getNodeNetworking()VSpherePlatformSpec holds the desired state of the vSphere infrastructure provider.Methods in io.fabric8.openshift.api.model.config.v1 with parameters of type VSpherePlatformNodeNetworking Modifier and Type Method Description protected voidVSpherePlatformNodeNetworkingFluent. copyInstance(VSpherePlatformNodeNetworking instance)VSpherePlatformSpecFluent.NodeNetworkingNested<A>VSpherePlatformSpecFluent. editOrNewNodeNetworkingLike(VSpherePlatformNodeNetworking item)voidVSpherePlatformSpec. setNodeNetworking(VSpherePlatformNodeNetworking nodeNetworking)VSpherePlatformSpec holds the desired state of the vSphere infrastructure provider.VSpherePlatformSpecFluent.NodeNetworkingNested<A>VSpherePlatformSpecFluent. withNewNodeNetworkingLike(VSpherePlatformNodeNetworking item)AVSpherePlatformSpecFluent. withNodeNetworking(VSpherePlatformNodeNetworking nodeNetworking)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type VSpherePlatformNodeNetworking Constructor Description VSpherePlatformNodeNetworkingBuilder(VSpherePlatformNodeNetworking instance)VSpherePlatformNodeNetworkingBuilder(VSpherePlatformNodeNetworkingFluent<?> fluent, VSpherePlatformNodeNetworking instance)VSpherePlatformNodeNetworkingFluent(VSpherePlatformNodeNetworking instance)VSpherePlatformSpec(List<String> apiServerInternalIPs, List<VSpherePlatformFailureDomainSpec> failureDomains, List<String> ingressIPs, List<String> machineNetworks, VSpherePlatformNodeNetworking nodeNetworking, List<VSpherePlatformVCenterSpec> vcenters)
-