Class MembersFactory
- java.lang.Object
-
- com.vmware.nsx_policy.global_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.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 CloudNativeServiceInstances
cloudNativeServiceInstancesService()
Returns an instance of classCloudNativeServiceInstances
ConsolidatedEffectiveIpAddresses
consolidatedEffectiveIpAddressesService()
Returns an instance of classConsolidatedEffectiveIpAddresses
Dvpg
dvpgService()
Returns an instance of classDvpg
Dvports
dvportsService()
Returns an instance of classDvports
static MembersFactory
getFactory(com.vmware.vapi.bindings.StubFactory stubFactory, com.vmware.vapi.bindings.StubConfiguration stubConfig)
Creates the new instance of this class with provided configurationIdentityGroups
identityGroupsService()
Returns an instance of classIdentityGroups
IpAddresses
ipAddressesService()
Returns an instance of classIpAddresses
IpGroups
ipGroupsService()
Returns an instance of classIpGroups
LogicalPorts
logicalPortsService()
Returns an instance of classLogicalPorts
LogicalSwitches
logicalSwitchesService()
Returns an instance of classLogicalSwitches
PhysicalServers
physicalServersService()
Returns an instance of classPhysicalServers
Pods
podsService()
Returns an instance of classPods
SegmentPorts
segmentPortsService()
Returns an instance of classSegmentPorts
Segments
segmentsService()
Returns an instance of classSegments
TransportNodes
transportNodesService()
Returns an instance of classTransportNodes
void
updateStubConfiguration(com.vmware.vapi.bindings.StubFactory stubFactory, com.vmware.vapi.bindings.StubConfiguration stubConfig)
Vifs
vifsService()
Returns an instance of classVifs
VirtualMachines
virtualMachinesService()
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
-StubFactory
instance is responsible for creating stubsstubConfig
-StubConfiguration
instance is required to authenticate the request- Returns:
MembersFactory
factory 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)
-
-