| UPDATE_OPTIONS | = | [ :name, :shared, :admin_state_up, :qos_policy_id, :port_security_enabled | Not all options can be updated | |
| UPDATE_EXTENTED_OPTIONS | = | [ :router_external | Not all extra options can be updated | |
| CREATE_OPTIONS | = | [ :name, :shared, :admin_state_up, :qos_policy_id, :port_security_enabled, :tenant_id, ].freeze | ||
| EXTENTED_OPTIONS | = | [ :provider_network_type, :provider_segmentation_id, :provider_physical_network, :router_external, ].freeze |
Advanced Features through API Extensions
Not strictly required but commonly found in OpenStack installs with Quantum networking. @see docs.openstack.org/trunk/openstack-network/admin/content/provider_attributes.html |
|
| ALIASES | = | { :provider_network_type => 'provider:network_type', # Not applicable to the "local" or "gre" network types :provider_physical_network => 'provider:physical_network', :provider_segmentation_id => 'provider:segmentation_id', :router_external => 'router:external' | Map Fog::Network::OpenStack::Network model attributes to OpenStack provider attributes |
Create a new security group
Create a new security group rule
Delete a security group
Delete a security group rule
Get details about a security group
Get details about a security group rule
List all security group rules
List all security groups
Update Router
Beyond the name and the administrative state, the only parameter which can be updated with this operation is the external gateway. @see docs.openstack.org/api/openstack-network/2.0/content/router_update.html