Click or drag to resize
Subnet Class

Represents a subnet resource of the CloudNetworkService.

IPv4 or IPv6 address blocks from which IPs to be assigned to VMs on a given network are selected.

Inheritance Hierarchy

Namespace: Rackspace.CloudNetworks.v2
Assembly: Rackspace (in Rackspace.dll) Version: 0.2.0+Branch.master.Sha.9ad6ce59ab4f7b2400f7a7c9c086aa1c5ea11c4e
Syntax
public class Subnet : SubnetCreateDefinition

The Subnet type exposes the following members.

Constructors
  NameDescription
Public methodSubnet
Initializes a new instance of the Subnet class
Top
Properties
  NameDescription
Public propertyAllocationPools
The IP address allocation pools.
(Inherited from SubnetUpdateDefinition.)
Public propertyCIDR
The CIDR.
(Inherited from SubnetCreateDefinition.)
Public propertyGatewayIP
The gateway IP address.
(Inherited from SubnetUpdateDefinition.)
Public propertyHostRoutes
The host routes.
(Inherited from SubnetUpdateDefinition.)
Public propertyId
The ID of the subnet.
Public propertyIPVersion
The IP version.
(Inherited from SubnetCreateDefinition.)
Public propertyName
The subnet name.
(Inherited from SubnetUpdateDefinition.)
Public propertyNameservers
The DNS nameserver IP addresses.
(Inherited from SubnetUpdateDefinition.)
Public propertyNetworkId
The ID of the attached network.
(Inherited from SubnetCreateDefinition.)
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also