SubnetTemplate

As domain and zone objects, subnet objects are created in VSD as derived by templates. This object describes the subnet template.

Overview

address string filterable   orderable  
associatedMulticastChannelMapID string
description string filterable  
DPI enum (DISABLED | ENABLED | INHERITED) filterable   orderable  
dualStackDynamicIPAllocation boolean filterable   orderable  
embeddedMetadata list read only   autogenerated  
enableDHCPv4 boolean filterable   orderable  
enableDHCPv6 boolean filterable   orderable  
encryption enum (DISABLED | ENABLED | INHERITED) filterable   orderable  
entityScope enum (ENTERPRISE | GLOBAL) autogenerated  
externalID string filterable   orderable   locally unique  
gateway string filterable   orderable  
IPType enum (DUALSTACK | IPV4 | IPV6) filterable   orderable  
IPv6Address string filterable   orderable  
IPv6Gateway string filterable   orderable  
lastUpdatedBy string autogenerated  
multicast enum (DISABLED | ENABLED | INHERITED) filterable  
name string required   filterable   orderable  
netmask string required   filterable   orderable  
proxyARP boolean filterable   orderable  
splitSubnet boolean filterable   orderable  
useGlobalMAC enum (DISABLED | ENABLED | ENTERPRISE_DEFAULT) filterable  

API Resource

/subnettemplates/id
delete get put

Parents

/zonetemplates/id/subnettemplates
get post
/domaintemplates/id/subnettemplates
get

Children

/subnettemplates/id/addressranges
get post
/subnettemplates/id/metadatas
get post
/subnettemplates/id/globalmetadatas
get post put
/subnettemplates/id/qos
get post
/subnettemplates/id/subnets
get
/subnettemplates/id/eventlogs
get

Members

This object has no members.

Attributes documentation

address string filterable   orderable  
Discussion

IP address of the subnet defined. In case of zone, this is an optional field for and allows users to allocate an IP address range to a zone. The VSD will auto-assign IP addresses to subnets from this range if a specific IP address is not defined for the subnet


Charateristics

Format: free
SDK attribute: address

associatedMulticastChannelMapID string
Discussion

The ID of the Multi Cast Channel Map this Subnet/Subnet Template is associated with. This has to be set when enableMultiCast is set to ENABLED


Charateristics

Format: free
SDK attribute: associatedMulticastChannelMapID

description string filterable  
Discussion

A description field provided by the user that identifies the subnet


Charateristics

Format: free
Max length: 255
SDK attribute: description

DPI enum filterable   orderable  
Discussion

determines whether or not Deep packet inspection is enabled


Charateristics

Allowed values: DISABLED, ENABLED, INHERITED
Default value: INHERITED
SDK attribute: DPI

dualStackDynamicIPAllocation boolean filterable   orderable  
Discussion

This value indicates whether dynamic address allocation is enabled or not. This will be applicable when subnet template is in dual stack mode


Charateristics

Default value: false
SDK attribute: dualStackDynamicIPAllocation

embeddedMetadata list read only   autogenerated  
Discussion

Metadata objects associated with this entity. This will contain a list of Metadata objects if the API request is made using the special flag to enable the embedded Metadata feature. Only a maximum of Metadata objects is returned based on the value set in the system configuration.


Charateristics

SDK attribute: embeddedMetadata

enableDHCPv4 boolean filterable   orderable  
Discussion

This value indicates whether IPv4 DHCP is enabled or not. This is applicable in case the subnet is DUALSTACK or IPv4


Charateristics

Default value: true
SDK attribute: enableDHCPv4

enableDHCPv6 boolean filterable   orderable  
Discussion

This value indicates whether IPv6 DHCP is enabled or not. This is applicable in case the subnet is DUALSTACK or IPv6


Charateristics

Default value: false
SDK attribute: enableDHCPv6

encryption enum filterable   orderable  
Discussion

Determines whether or not IPSEC is enabled. Possible values are INHERITED, ENABLED, DISABLED, .


Charateristics

Allowed values: DISABLED, ENABLED, INHERITED
SDK attribute: encryption

entityScope enum autogenerated  
Discussion

Specify if scope of entity is Data center or Enterprise level


Charateristics

Allowed values: ENTERPRISE, GLOBAL
SDK attribute: entityScope

externalID string filterable   orderable   locally unique  
Discussion

External object ID. Used for integration with third party systems


Charateristics

Format: free
SDK attribute: externalID

gateway string filterable   orderable  
Discussion

The IP address of the gateway of this subnet


Charateristics

Format: free
SDK attribute: gateway

IPType enum filterable   orderable  
Discussion

IPv4, DUALSTACK or IPv6


Charateristics

Allowed values: DUALSTACK, IPV4, IPV6
SDK attribute: IPType

IPv6Address string filterable   orderable  
Discussion

IPv6 range of the subnet. In case of zone, this is an optional field for and allows users to allocate an IP address range to a zone. The VSD will auto-assign IP addresses to subnets from this range if a specific IP address is not defined for the subnet


Charateristics

Format: free
SDK attribute: IPv6Address

IPv6Gateway string filterable   orderable  
Discussion

The IPv6 address of the gateway of this subnet


Charateristics

Format: free
SDK attribute: IPv6Gateway

lastUpdatedBy string autogenerated  
Discussion

ID of the user who last updated the object.


Charateristics

Format: free
SDK attribute: lastUpdatedBy

multicast enum filterable  
Discussion

Indicates multicast policy on Subnet/Subnet Template.


Charateristics

Allowed values: DISABLED, ENABLED, INHERITED
SDK attribute: multicast

name string required   filterable   orderable  
Discussion

Name of the current entity(Zone or zone template or subnet etc..) Valid characters are alphabets, numbers, space and hyphen( - ).


Charateristics

Format: free
Min length: 1
Max length: 255
SDK attribute: name

netmask string required   filterable   orderable  
Discussion

Netmask of the subnet defined


Charateristics

Format: free
SDK attribute: netmask

proxyARP boolean filterable   orderable  
Discussion

When set, VRS will act as ARP Proxy


Charateristics

SDK attribute: proxyARP

splitSubnet boolean filterable   orderable  
Discussion

Block subnet routes


Charateristics

SDK attribute: splitSubnet

useGlobalMAC enum filterable  
Discussion

if this flag is enabled, the system configured globalMACAddress will be used as the gateway mac address


Charateristics

Allowed values: DISABLED, ENABLED, ENTERPRISE_DEFAULT
Default value: ENTERPRISE_DEFAULT
SDK attribute: useGlobalMAC