The Amphora class inherits from Resource.
openstack.load_balancer.v2.amphora.Amphora(_synchronized=False, connection=None, **attrs)¶The base resource
| Parameters: |
|
|---|
id¶The ID of the amphora.
loadbalancer_id¶The ID of the load balancer.
compute_id¶The ID of the amphora resource in the compute system.
lb_network_ip¶The management IP of the amphora.
vrrp_ip¶The address of the vrrp port on the amphora.
ha_ip¶The IP address of the Virtual IP (VIP).
vrrp_port_id¶The vrrp port’s ID in the networking system.
ha_port_id¶The ID of the Virtual IP (VIP) port.
cert_expiration¶The date the certificate for the amphora expires.
cert_busy¶Whether the certificate is in the process of being replaced.
role¶The role configured for the amphora. One of STANDALONE, MASTER, BACKUP.
status¶The status of the amphora. One of: BOOTING, ALLOCATED, READY, PENDING_CREATE, PENDING_DELETE, DELETED, ERROR.
vrrp_interface¶The bound interface name of the vrrp port on the amphora.
vrrp_id¶The vrrp group’s ID for the amphora.
vrrp_priority¶The priority of the amphora in the vrrp group.
cached_zone¶The availability zone of a compute instance, cached at create time.
created_at¶The UTC date and timestamp when the resource was created.
updated_at¶The UTC date and timestamp when the resource was last updated.
image_id¶The ID of the glance image used for the amphora.
compute_flavor¶The ID of the compute flavor used for the amphora.
The AmphoraConfig class inherits from
Resource.
openstack.load_balancer.v2.amphora.AmphoraConfig(_synchronized=False, connection=None, **attrs)¶The base resource
| Parameters: |
|
|---|
amphora_id¶The ID of the amphora.
commit(session, base_path=None)¶Commit the state of the instance to the remote resource.
| Parameters: |
|
|---|---|
| Returns: | This |
| Raises: |
|
The AmphoraFailover class inherits from
Resource.
openstack.load_balancer.v2.amphora.AmphoraFailover(_synchronized=False, connection=None, **attrs)¶The base resource
| Parameters: |
|
|---|
amphora_id¶The ID of the amphora.
commit(session, base_path=None)¶Commit the state of the instance to the remote resource.
| Parameters: |
|
|---|---|
| Returns: | This |
| Raises: |
|
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.