Class MembersFactory
- java.lang.Object
-
- com.vmware.nsx_policy.global_infra.domains.groups.members.MembersFactory
-
public class MembersFactory extends java.lang.ObjectMembersFactoryis responsible for creating instances of services contained inside the com.vmware.nsx_policy.global_infra.domains.groups.members package and also has the subpackages reference to access respective subpackage services.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CloudNativeServiceInstancescloudNativeServiceInstancesService()Returns an instance of classCloudNativeServiceInstancesConsolidatedEffectiveIpAddressesconsolidatedEffectiveIpAddressesService()Returns an instance of classConsolidatedEffectiveIpAddressesDvpgdvpgService()Returns an instance of classDvpgDvportsdvportsService()Returns an instance of classDvportsstatic MembersFactorygetFactory(com.vmware.vapi.bindings.StubFactory stubFactory, com.vmware.vapi.bindings.StubConfiguration stubConfig)Creates the new instance of this class with provided configurationIdentityGroupsidentityGroupsService()Returns an instance of classIdentityGroupsIpAddressesipAddressesService()Returns an instance of classIpAddressesIpGroupsipGroupsService()Returns an instance of classIpGroupsLogicalPortslogicalPortsService()Returns an instance of classLogicalPortsLogicalSwitcheslogicalSwitchesService()Returns an instance of classLogicalSwitchesPhysicalServersphysicalServersService()Returns an instance of classPhysicalServersPodspodsService()Returns an instance of classPodsSegmentPortssegmentPortsService()Returns an instance of classSegmentPortsSegmentssegmentsService()Returns an instance of classSegmentsTransportNodestransportNodesService()Returns an instance of classTransportNodesvoidupdateStubConfiguration(com.vmware.vapi.bindings.StubFactory stubFactory, com.vmware.vapi.bindings.StubConfiguration stubConfig)VifsvifsService()Returns an instance of classVifsVirtualMachinesvirtualMachinesService()Returns an instance of classVirtualMachines
-
-
-
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-StubFactoryinstance is responsible for creating stubsstubConfig-StubConfigurationinstance is required to authenticate the request- Returns:
MembersFactoryfactory instance
-
cloudNativeServiceInstancesService
public CloudNativeServiceInstances cloudNativeServiceInstancesService()
Returns an instance of classCloudNativeServiceInstances
-
consolidatedEffectiveIpAddressesService
public ConsolidatedEffectiveIpAddresses consolidatedEffectiveIpAddressesService()
Returns an instance of classConsolidatedEffectiveIpAddresses
-
identityGroupsService
public IdentityGroups identityGroupsService()
Returns an instance of classIdentityGroups
-
ipAddressesService
public IpAddresses ipAddressesService()
Returns an instance of classIpAddresses
-
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)
-
-