nuzonetemplate¶
-
nuzonetemplate.NUZoneTemplate(bambou.nurest_object.NUMetaRESTObject,):
As in domains and subnets, zones are derived from templates. This object provides the definition of the template.
Attributes¶
dpi: determines whether or not Deep packet inspection is enabledip_type: IPv4 or IPv6(only IPv4 is supported in R1.0) Possible values are IPV4, IPV6, .ipv6_address: IPv6 address range of the zone. This is an optional field that allows users to allocate an address range to a zone. The VSD will auto-assign IP ranges to subnets from this range if an IP range is not defined for a subnet.name(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.address: IPv4 address range of the zone. This is an optional field that allows users to allocate an address range to a zone. The VSD will auto-assign IP ranges to subnets from this range if an IP range is not defined for a subnet.description: A description of the Zone templatenetmask: Netmask of the subnet definedencryption: Determines whether or not IPSEC is enabled.entity_scope: Specify if scope of entity is Data center or Enterprise levelassociated_multicast_channel_map_id: The ID of the Multi Cast Channel Map this zone/zone template is associated with. This has to be set when enableMultiCast is set to ENABLEDpublic_zone: Identifies if the zone is a public zone, in which case any subnets associated with this zone are actually connected to the public subnet of the data centermulticast: Indicates multicast policy on zone template.number_of_hosts_in_subnets: Number of hosts in the subnets where IP addresses are automatically assigned from the zone IP poolexternal_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 |
| numetadata.NUMetadata | metadatas |
| nuglobalmetadata.NUGlobalMetadata | global_metadatas |
| nuqos.NUQOS | qoss |
| nusubnettemplate.NUSubnetTemplate | subnet_templates |
| nueventlog.NUEventLog | event_logs |