GoogleApi.NetworkConnectivity.V1.Model.ServiceClass (google_api_network_connectivity v0.12.0)
View SourceThe ServiceClass resource.
Attributes
-
createTime
(type:DateTime.t
, default:nil
) - Output only. Time when the ServiceClass was created. -
description
(type:String.t
, default:nil
) - A description of this resource. -
etag
(type:String.t
, default:nil
) - Optional. The etag is computed by the server, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding. -
labels
(type:map()
, default:nil
) - User-defined labels. -
name
(type:String.t
, default:nil
) - Immutable. The name of a ServiceClass resource. Format: projects/{project}/locations/{location}/serviceClasses/{service_class} See: https://google.aip.dev/122#fields-representing-resource-names -
serviceClass
(type:String.t
, default:nil
) - Output only. The generated service class name. Use this name to refer to the Service class in Service Connection Maps and Service Connection Policies. -
updateTime
(type:DateTime.t
, default:nil
) - Output only. Time when the ServiceClass was updated.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.NetworkConnectivity.V1.Model.ServiceClass{ createTime: DateTime.t() | nil, description: String.t() | nil, etag: String.t() | nil, labels: map() | nil, name: String.t() | nil, serviceClass: String.t() | nil, updateTime: DateTime.t() | nil }