Getv Net Peering Result
data class GetvNetPeeringResult(val allowForwardedTraffic: Boolean? = null, val allowGatewayTransit: Boolean? = null, val allowVirtualNetworkAccess: Boolean? = null, val databricksAddressSpace: AddressSpaceResponse? = null, val databricksVirtualNetwork: VirtualNetworkPeeringPropertiesFormatResponseDatabricksVirtualNetwork? = null, val id: String, val name: String, val peeringState: String, val provisioningState: String, val remoteAddressSpace: AddressSpaceResponse? = null, val remoteVirtualNetwork: VirtualNetworkPeeringPropertiesFormatResponseRemoteVirtualNetwork, val type: String, val useRemoteGateways: Boolean? = null)
Peerings in a VirtualNetwork resource
Constructors
Link copied to clipboard
fun GetvNetPeeringResult(allowForwardedTraffic: Boolean? = null, allowGatewayTransit: Boolean? = null, allowVirtualNetworkAccess: Boolean? = null, databricksAddressSpace: AddressSpaceResponse? = null, databricksVirtualNetwork: VirtualNetworkPeeringPropertiesFormatResponseDatabricksVirtualNetwork? = null, id: String, name: String, peeringState: String, provisioningState: String, remoteAddressSpace: AddressSpaceResponse? = null, remoteVirtualNetwork: VirtualNetworkPeeringPropertiesFormatResponseRemoteVirtualNetwork, type: String, useRemoteGateways: Boolean? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
If remote gateways can be used on this virtual network. If the flag is set to true, and allowGatewayTransit on remote peering is also true, virtual network will use gateways of remote virtual network for transit. Only one peering can have this flag set to true. This flag cannot be set if virtual network already has a gateway.