Click or drag to resize
net.openstack.Providers.Rackspace.Objects.LoadBalancers Namespace
The net.openstack.Providers.Rackspace.Objects.LoadBalancers namespaces define the object model for communicating with Rackspace's Cloud Load Balancers service over REST APIs.
Classes
  ClassDescription
Public classAccessType
Represents an network access type in the load balancers service.
Public classConnectionHealthMonitor
This class models the JSON object used to represent a HealthMonitor for simple connection monitoring.
Public classConnectionThrottles
This class represents a connection throttling configuration for a load balancer in the load balancer service.
Public classCustomHealthMonitor
This class models the JSON object used to represent a custom HealthMonitor.
Public classHealthMonitor
This is the base class for load balancer health monitoring configurations.
Public classHealthMonitorType
Represents load balancer health monitor type.
Public classLoadBalancer
Represents a load balancer in the ILoadBalancerService.
Public classLoadBalancerCluster
This class models the JSON representation of a load balancer cluster to support the Cluster property.
Public classLoadBalancerConfiguration
This class represents the configuration for a new load balancer.
Public classLoadBalancerConfigurationTNodeConfiguration
Represents a load balancer configuration.
Public classLoadBalancerEnabledFlag
This class models the JSON object used to represent an enabled/disabled flag for a configuration option.
Public classLoadBalancerId
Represents the unique identifier of a load balancer in the ILoadBalancerService.
Public classLoadBalancerMetadataItem
This class represents a metadata item associated with a resource in the load balancer service.
Public classLoadBalancerSslConfiguration
This class models the JSON representation of an SSL termination configuration in the load balancer service.
Public classLoadBalancerStatistics
This class represents the load balancer statistics returned from a call to GetStatisticsAsync(LoadBalancerId, CancellationToken).
Public classLoadBalancerStatus
Represents the current status of a load balancer.
Public classLoadBalancerTimestamp
This class models the JSON representation of a timestamp object in the load balancers service.
Public classLoadBalancerUpdate
This object models the JSON representation of a configuration update to apply to an existing load balancer.
Public classLoadBalancerUsage
This class provides information about load balancer usage during a span of time.
Public classLoadBalancerUsageId
Represents the unique identifier of a load balancer usage record in the ILoadBalancerService.
Public classLoadBalancerVirtualAddress
This class represents a virtual address which is assigned to a load balancer, or a virtual address configuration for instructing the load balancer service to assign a particular type of virtual address to a load balancer.
Public classLoadBalancerVirtualAddressType
Represents a virtual address type in the load balancer service.
Public classLoadBalancingAlgorithm
Represents a load balancing algorithm.
Public classLoadBalancingProtocol
This models the JSON object representing a load balancing protocol.
Public classMetadataId
Represents the unique identifier of a metadata item in the ILoadBalancerService.
Public classNetworkItem
This class represents a single entry in a load balancer access list.
Public classNetworkItemId
Represents the unique identifier of an access control network item in the ILoadBalancerService.
Public classNode
Represents a load balancer node in the ILoadBalancerService.
Public classNodeCondition
Represents the role of a node within a load balancer.
Public classNodeConfiguration
Represents a load balancer node configuration.
Public classNodeId
Represents the unique identifier of a load balancer node in the ILoadBalancerService.
Public classNodeServiceEvent
This class represents a node service event in the load balancer service.
Public classNodeServiceEventCategory
Represents a node service event category.
Public classNodeServiceEventId
Represents the unique identifier of a node service event in the ILoadBalancerService.
Public classNodeServiceEventSeverity
Represents a node service event severity.
Public classNodeServiceEventType
Represents a node service event type.
Public classNodeStatus
Represents load balancer node status.
Public classNodeType
Represents load balancer node type.
Public classNodeUpdate
This object models the JSON representation of a configuration update to apply to an existing load balancer node.
Public classSessionPersistence
This class represents a session persistence configuration in the load balancer service.
Public classSessionPersistenceType
Represents a type of session persistence in the load balancers service.
Public classVirtualAddressId
Represents the unique identifier of a virtual address in the ILoadBalancerService.
Public classWebServerHealthMonitor
This class models the JSON object used to represent a HealthMonitor for HTTP or HTTPS connections.