LoadBalancerMember
class LoadBalancerMember extends OperatorResource implements Creatable, Retrievable, Updateable, Deletable
Represents a Neutron v2 LoadBalancer member
Traits
Properties
$id | string | |
$tenantId | string | |
$address | string | |
$protocolPort | integer | |
$weight | integer | |
$subnetId | string | |
$poolId | string | |
$adminStateUp | boolean | |
$operatingStatus | string | |
$provisioningStatus | string |
Methods
retrieve
()
: void
Retrieve details of the current resource from the remote API.
update
()
: void
Update the current resource with the configuration set out in the user options.
delete
()
: void
Permanently delete this resource.