nusubnettemplate¶
-
nusubnettemplate.NUSubnetTemplate(bambou.nurest_object.NUMetaRESTObject,):
As domain and zone objects, subnet objects are created in VSD as derived by templates. This object describes the subnet template.
Attributes¶
dpi: determines whether or not Deep packet inspection is enabledip_type: IPv4 or DUALSTACKipv6_address: 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 subnetipv6_gateway: The IPv6 address of the gateway of this subnetname(Mandatory): Name of the current entity(Zone or zone template or subnet etc..) Valid characters are alphabets, numbers, space and hyphen( - ).last_updated_by: ID of the user who last updated the object.gateway: The IP address of the gateway of this subnetaddress(Mandatory): 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 subnetdescription: A description field provided by the user that identifies the subnetnetmask(Mandatory): Netmask of the subnet definedencryption: Determines whether or not IPSEC is enabled. Possible values are INHERITED, ENABLED, DISABLED, .entity_scope: Specify if scope of entity is Data center or Enterprise levelsplit_subnet: Block subnet routesproxy_arp: When set, VRS will act as ARP Proxyuse_global_mac: if this flag is enabled, the system configured globalMACAddress will be used as the gateway mac addressassociated_multicast_channel_map_id: 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 ENABLEDmulticast: Indicates multicast policy on Subnet/Subnet Template.external_id: External object ID. Used for integration with third party systemsdynamic_ipv6_address: Turn on or off dynamic allocation of IPV6 address
Children¶
| class | fetcher |
| nuaddressrange.NUAddressRange | address_ranges |
| numetadata.NUMetadata | metadatas |
| nuglobalmetadata.NUGlobalMetadata | global_metadatas |
| nuqos.NUQOS | qoss |
| nusubnet.NUSubnet | subnets |
| nueventlog.NUEventLog | event_logs |