Class SegmentsFactory
- java.lang.Object
-
- com.vmware.nsx_policy.infra.tier_1s.segments.SegmentsFactory
-
public class SegmentsFactory extends java.lang.Object
SegmentsFactory
is responsible for creating instances of services contained inside the com.vmware.nsx_policy.infra.tier_1s.segments package and also has the subpackages reference to access respective subpackage services.
-
-
Method Summary
-
-
-
Method Detail
-
getFactory
public static SegmentsFactory 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:
SegmentsFactory
factory instance
-
bepStatisticsService
public BepStatistics bepStatisticsService()
Returns an instance of classBepStatistics
-
dhcpStaticBindingConfigsService
public DhcpStaticBindingConfigs dhcpStaticBindingConfigsService()
Returns an instance of classDhcpStaticBindingConfigs
-
effectiveProfilesService
public EffectiveProfiles effectiveProfilesService()
Returns an instance of classEffectiveProfiles
-
gatewayInterfaceArpTableService
public GatewayInterfaceArpTable gatewayInterfaceArpTableService()
Returns an instance of classGatewayInterfaceArpTable
-
gatewayInterfaceDadStateService
public GatewayInterfaceDadState gatewayInterfaceDadStateService()
Returns an instance of classGatewayInterfaceDadState
-
gatewayInterfaceStatisticsService
public GatewayInterfaceStatistics gatewayInterfaceStatisticsService()
Returns an instance of classGatewayInterfaceStatistics
-
segmentConnectionBindingMapsService
public SegmentConnectionBindingMaps segmentConnectionBindingMapsService()
Returns an instance of classSegmentConnectionBindingMaps
-
segmentDiscoveryProfileBindingMapsService
public SegmentDiscoveryProfileBindingMaps segmentDiscoveryProfileBindingMapsService()
Returns an instance of classSegmentDiscoveryProfileBindingMaps
-
segmentMonitoringProfileBindingMapsService
public SegmentMonitoringProfileBindingMaps segmentMonitoringProfileBindingMapsService()
Returns an instance of classSegmentMonitoringProfileBindingMaps
-
segmentQosProfileBindingMapsService
public SegmentQosProfileBindingMaps segmentQosProfileBindingMapsService()
Returns an instance of classSegmentQosProfileBindingMaps
-
segmentSecurityProfileBindingMapsService
public SegmentSecurityProfileBindingMaps segmentSecurityProfileBindingMapsService()
Returns an instance of classSegmentSecurityProfileBindingMaps
-
statisticsService
public Statistics statisticsService()
Returns an instance of classStatistics
-
dhcpStaticBindings
public DhcpStaticBindingsFactory dhcpStaticBindings()
-
gatewayInterfaceStatistics
public GatewayInterfaceStatisticsFactory gatewayInterfaceStatistics()
-
ports
public PortsFactory ports()
-
segmentMonitoringProfileBindingMaps
public SegmentMonitoringProfileBindingMapsFactory segmentMonitoringProfileBindingMaps()
-
updateStubConfiguration
public void updateStubConfiguration(com.vmware.vapi.bindings.StubFactory stubFactory, com.vmware.vapi.bindings.StubConfiguration stubConfig)
-
-