Class UpdateVpcFlowLogsConfigRequest (1.30.0)

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

Request for the UpdateVpcFlowLogsConfig method.

Attributes

Name Description
update_mask google.protobuf.field_mask_pb2.FieldMask
Required. Mask of fields to update. At least one path must be supplied in this field. For example, to change the state of the configuration to ENABLED, specify update_mask = "state", and the vpc_flow_logs_config would be: vpc_flow_logs_config = { name = "projects/my-project/locations/global/vpcFlowLogsConfigs/my-config" state = "ENABLED" }
vpc_flow_logs_config google.cloud.network_management_v1.types.VpcFlowLogsConfig
Required. Only fields specified in update_mask are updated.