Class InstanceGroupsSetNamedPortsRequest (0.1.0)

InstanceGroupsSetNamedPortsRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Attributes

NameDescription
fingerprint str
The fingerprint of the named ports information for this instance group. Use this optional property to prevent conflicts when multiple users change the named ports settings concurrently. Obtain the fingerprint with the instanceGroups.get method. Then, include the fingerprint in your request to ensure that you do not overwrite changes that were applied from another concurrent request. A request with an incorrect fingerprint will fail with error 412 conditionNotMet.
named_ports Sequence[google.cloud.compute_v1.types.NamedPort]
The list of named ports to set for this instance group.