GoogleApi.NetworkConnectivity.V1.Model.NextHopRouterApplianceInstance (google_api_network_connectivity v0.12.0)

View Source

A route next hop that leads to a Router appliance instance.

Attributes

  • siteToSiteDataTransfer (type: boolean(), default: nil) - Indicates whether site-to-site data transfer is allowed for this Router appliance instance resource. Data transfer is available only in supported locations.
  • uri (type: String.t, default: nil) - The URI of the Router appliance instance.
  • vpcNetwork (type: String.t, default: nil) - The VPC network where this VM is located.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.NetworkConnectivity.V1.Model.NextHopRouterApplianceInstance{
  siteToSiteDataTransfer: boolean() | nil,
  uri: String.t() | nil,
  vpcNetwork: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.