AddVirtualNetworkRequest Class |
Namespace: SolidFire.Element.Api
public class AddVirtualNetworkRequest : RpcBase
The AddVirtualNetworkRequest type exposes the following members.
Name | Description | |
---|---|---|
AddVirtualNetworkRequest | Initializes a new instance of the AddVirtualNetworkRequest class |
Name | Description | |
---|---|---|
AddressBlocks |
Unique range of IP addresses to include in the virtual network.
Attributes for this parameter are:
start: The start of the IP address range. (String)
size: The number of IP addresses to include in the block. (Integer)
| |
Attributes |
List of name-value pairs in JSON object format.
| |
Gateway |
The IP address of a gateway of the virtual network. This parameter is valid only if the namespace parameter is set to true (meaning VRF is enabled).
| |
Name |
A user-defined name for the new virtual network.
| |
Namespace |
When set to true, enables the Routable Storage VLANs functionality by recreating the virtual network and configuring a namespace to contain it.
When set to false, disables the VRF functionality for the virtual network.
Changing this value disrupts traffic running through this virtual network.
| |
Netmask |
Unique network mask for the virtual network being created.
| |
Svip |
Unique storage IP address for the virtual network being created.
| |
VirtualNetworkTag |
A unique virtual network (VLAN) tag. Supported values are 1 through 4094.The number zero (0) is not supported.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString |
Builds a json-enabled string of all the properties and their values in this class.
(Inherited from RpcBase.) |