nuzone¶
-
nuzone.NUZone(bambou.nurest_object.NUMetaRESTObject,):
The zone is a collection of subnets attached to a domain. The zone concept enables the definition of policies for collections of subnets.
Attributes¶
dpi: determines whether or not Deep packet inspection is enabledip_type: IPv4 or IPv6ipv6_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.maintenance_mode: Indicates if the Zone is accepting VM activation requests.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.last_updated_date: Time stamp when this object was last updated.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.template_id: The ID of the template that this zone was derived fromdescription: A description of the zonenetmask: 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.entity_scope: Specify if scope of entity is Data center or Enterprise levelpolicy_group_id: PG ID for the subnet. This is unique per domain.creation_date: Time stamp when this object was created.associated_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: If a zone is marked as public, then it is lined to the public network associated with this data centermulticast: Indicates multicast policy on zone.number_of_hosts_in_subnets: Number of hosts in each of the subnets that can be created under a zone and are auto-assigned IP addressesowner: Identifies the user that has created this object.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 |
| nutca.NUTCA | tcas |
| nupermission.NUPermission | permissions |
| numetadata.NUMetadata | metadatas |
| nudhcpoption.NUDHCPOption | dhcp_options |
| nudhcpv6option.NUDHCPv6Option | dhcpv6_options |
| nuglobalmetadata.NUGlobalMetadata | global_metadatas |
| nuvm.NUVM | vms |
| nuvminterface.NUVMInterface | vm_interfaces |
| nucontainer.NUContainer | containers |
| nucontainerinterface.NUContainerInterface | container_interfaces |
| nuqos.NUQOS | qoss |
| nuvport.NUVPort | vports |
| nugroup.NUGroup | groups |
| nustatistics.NUStatistics | statistics |
| nustatisticspolicy.NUStatisticsPolicy | statistics_policies |
| nusubnet.NUSubnet | subnets |
| nueventlog.NUEventLog | event_logs |