View Source GoogleApi.Compute.V1.Model.NetworkProfile (google_api_compute v0.70.0)
NetworkProfile represents a Google managed network profile resource.
Attributes
-
creationTimestamp
(type:String.t
, default:nil
) - [Output Only] Creation timestamp in RFC3339 text format. -
description
(type:String.t
, default:nil
) - [Output Only] An optional description of this resource. -
features
(type:GoogleApi.Compute.V1.Model.NetworkProfileNetworkFeatures.t
, default:nil
) - [Output Only] Features supported by the network. -
id
(type:String.t
, default:nil
) - [Output Only] The unique identifier for the resource. This identifier is defined by the server. -
kind
(type:String.t
, default:compute#networkProfile
) - [Output Only] Type of the resource. Always compute#networkProfile for network profiles. -
location
(type:GoogleApi.Compute.V1.Model.NetworkProfileLocation.t
, default:nil
) - [Output Only] Location to which the network is restricted. -
name
(type:String.t
, default:nil
) - [Output Only] Name of the resource. -
selfLink
(type:String.t
, default:nil
) - [Output Only] Server-defined URL for the resource. -
selfLinkWithId
(type:String.t
, default:nil
) - [Output Only] Server-defined URL for this resource with the resource id. -
zone
(type:String.t
, default:nil
) - [Output Only] Zone to which the network is restricted.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Compute.V1.Model.NetworkProfile{ creationTimestamp: String.t() | nil, description: String.t() | nil, features: GoogleApi.Compute.V1.Model.NetworkProfileNetworkFeatures.t() | nil, id: String.t() | nil, kind: String.t() | nil, location: GoogleApi.Compute.V1.Model.NetworkProfileLocation.t() | nil, name: String.t() | nil, selfLink: String.t() | nil, selfLinkWithId: String.t() | nil, zone: String.t() | nil }