Class MembersFactory
- java.lang.Object
-
- com.vmware.nsx_policy.infra.domains.groups.members.MembersFactory
-
public class MembersFactory extends java.lang.Object
MembersFactory
is responsible for creating instances of services contained inside the com.vmware.nsx_policy.infra.domains.groups.members package and also has the subpackages reference to access respective subpackage services.
-
-
Method Summary
-
-
-
Method Detail
-
getFactory
public static MembersFactory getFactory(com.vmware.vapi.bindings.StubFactory stubFactory, com.vmware.vapi.bindings.StubConfiguration stubConfig)
Creates the new instance of this class with provided configuration- Parameters:
stubFactory
-StubFactory
instance is responsible for creating stubsstubConfig
-StubConfiguration
instance is required to authenticate the request- Returns:
MembersFactory
factory instance
-
antreaEgressesService
public AntreaEgresses antreaEgressesService()
Returns an instance of classAntreaEgresses
-
antreaIpPoolsService
public AntreaIpPools antreaIpPoolsService()
Returns an instance of classAntreaIpPools
-
cloudNativeServiceInstancesService
public CloudNativeServiceInstances cloudNativeServiceInstancesService()
Returns an instance of classCloudNativeServiceInstances
-
identityGroupsService
public IdentityGroups identityGroupsService()
Returns an instance of classIdentityGroups
-
ipAddressesService
public IpAddresses ipAddressesService()
Returns an instance of classIpAddresses
-
kubernetesGatewaysService
public KubernetesGateways kubernetesGatewaysService()
Returns an instance of classKubernetesGateways
-
kubernetesIngressesService
public KubernetesIngresses kubernetesIngressesService()
Returns an instance of classKubernetesIngresses
-
kubernetesNodeIpsService
public KubernetesNodeIps kubernetesNodeIpsService()
Returns an instance of classKubernetesNodeIps
-
kubernetesNodePodCidrsService
public KubernetesNodePodCidrs kubernetesNodePodCidrsService()
Returns an instance of classKubernetesNodePodCidrs
-
kubernetesServicesService
public KubernetesServices kubernetesServicesService()
Returns an instance of classKubernetesServices
-
logicalPortsService
public LogicalPorts logicalPortsService()
Returns an instance of classLogicalPorts
-
logicalSwitchesService
public LogicalSwitches logicalSwitchesService()
Returns an instance of classLogicalSwitches
-
physicalServersService
public PhysicalServers physicalServersService()
Returns an instance of classPhysicalServers
-
segmentPortsService
public SegmentPorts segmentPortsService()
Returns an instance of classSegmentPorts
-
transportNodesService
public TransportNodes transportNodesService()
Returns an instance of classTransportNodes
-
virtualMachinesService
public VirtualMachines virtualMachinesService()
Returns an instance of classVirtualMachines
-
updateStubConfiguration
public void updateStubConfiguration(com.vmware.vapi.bindings.StubFactory stubFactory, com.vmware.vapi.bindings.StubConfiguration stubConfig)
-
-