OBJECT
UpdateNetworkThrottleReply
Description
Response to update network throttle.
link GraphQL Schema definition
- type UpdateNetworkThrottleReply {
- # Supported in v8.0+
- # Network port for archival throttling. This is applicable only when the
- # `resourceId` is `ArchivalEgress`.
- : Int
- # Supported in v5.0+
- # Default throttle limit for a resource, in Mbps. The throttle limit is precise to
- # two decimal places.
- : Float
- # Required. Supported in v5.0+
- # Boolean value that determines whether a throttle limit is enabled.
- : Boolean!
- # Supported in v5.2+
- # The network interface where outgoing traffic is throttled.
- : String
- # Throttle resource: ReplicationEgress or ArchivalEgress.
- : NetworkThrottleResourceId!
- # Required. Supported in v5.0+
- # An array containing all of the scheduled throttle limits for the specified
- # resource.
- : [NetworkThrottleScheduleSummary!]!
- }