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, DUALSTACK or IPv6ipv6_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.last_updated_date: Time stamp when this object was last updated.gateway: The IP address of the gateway of this subnetaddress: 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 definedembedded_metadata: 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.encryption: 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 routescreation_date: Time stamp when this object was created.proxy_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 ENABLEDdual_stack_dynamic_ip_allocation: This value indicates whether dynamic address allocation is enabled or not. This will be applicable when subnet template is in dual stack modemulticast: Indicates multicast policy on Subnet/Subnet Template.owner: Identifies the user that has created this object.external_id: External object ID. Used for integration with third party systems
Children¶
| class | fetcher |
| nuaddressrange.NUAddressRange | address_ranges |
| nupermission.NUPermission | permissions |
| numetadata.NUMetadata | metadatas |
| nuglobalmetadata.NUGlobalMetadata | global_metadatas |
| nuqos.NUQOS | qoss |
| nusubnet.NUSubnet | subnets |
| nueventlog.NUEventLog | event_logs |