View Source GoogleApi.Notebooks.V2.Model.AccessConfig (google_api_notebooks v0.15.0)
An access configuration attached to an instance's network interface.
Attributes
-
externalIp
(type:String.t
, default:nil
) - An external IP address associated with this instance. Specify an unused static external IP address available to the project or leave this field undefined to use an IP from a shared ephemeral IP address pool. If you specify a static external IP address, it must live in the same region as the zone of the instance.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Notebooks.V2.Model.AccessConfig{externalIp: String.t() | nil}