Class: Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkTap
- Inherits:
-
Resource
- Object
- Resource
- Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkTap
- Includes:
- MsRestAzure
- Defined in:
- lib/2018-08-01/generated/azure_mgmt_network/models/virtual_network_tap.rb
Overview
Virtual Network Tap resource
Instance Attribute Summary collapse
-
#destination_load_balancer_front_end_ipconfiguration ⇒ FrontendIPConfiguration
address on the internal Load Balancer that will receive the tap.
-
#destination_network_interface_ipconfiguration ⇒ NetworkInterfaceIPConfiguration
IP Address of the collector nic that will receive the tap.
-
#destination_port ⇒ Integer
tapped traffic.
-
#etag ⇒ String
the resource is updated.
-
#network_interface_tap_configurations ⇒ Array<NetworkInterfaceTapConfiguration>
resource IDs for the network interface IP configuration that needs to be tapped.
-
#provisioning_state ⇒ String
Possible values are: 'Updating', 'Deleting', and 'Failed'.
-
#resource_guid ⇒ String
The resourceGuid property of the virtual network tap.
Attributes inherited from Resource
#id, #location, #name, #tags, #type
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for VirtualNetworkTap class as Ruby Hash.
Methods inherited from Resource
Instance Attribute Details
#destination_load_balancer_front_end_ipconfiguration ⇒ FrontendIPConfiguration
address on the internal Load Balancer that will receive the tap
33 34 35 |
# File 'lib/2018-08-01/generated/azure_mgmt_network/models/virtual_network_tap.rb', line 33 def destination_load_balancer_front_end_ipconfiguration @destination_load_balancer_front_end_ipconfiguration end |
#destination_network_interface_ipconfiguration ⇒ NetworkInterfaceIPConfiguration
IP Address of the collector nic that will receive the tap
29 30 31 |
# File 'lib/2018-08-01/generated/azure_mgmt_network/models/virtual_network_tap.rb', line 29 def destination_network_interface_ipconfiguration @destination_network_interface_ipconfiguration end |
#destination_port ⇒ Integer
tapped traffic.
37 38 39 |
# File 'lib/2018-08-01/generated/azure_mgmt_network/models/virtual_network_tap.rb', line 37 def destination_port @destination_port end |
#etag ⇒ String
the resource is updated.
41 42 43 |
# File 'lib/2018-08-01/generated/azure_mgmt_network/models/virtual_network_tap.rb', line 41 def etag @etag end |
#network_interface_tap_configurations ⇒ Array<NetworkInterfaceTapConfiguration>
resource IDs for the network interface IP configuration that needs to be tapped.
18 19 20 |
# File 'lib/2018-08-01/generated/azure_mgmt_network/models/virtual_network_tap.rb', line 18 def network_interface_tap_configurations @network_interface_tap_configurations end |
#provisioning_state ⇒ String
Possible values are: 'Updating', 'Deleting', and 'Failed'.
25 26 27 |
# File 'lib/2018-08-01/generated/azure_mgmt_network/models/virtual_network_tap.rb', line 25 def provisioning_state @provisioning_state end |
#resource_guid ⇒ String
Returns The resourceGuid property of the virtual network tap.
21 22 23 |
# File 'lib/2018-08-01/generated/azure_mgmt_network/models/virtual_network_tap.rb', line 21 def resource_guid @resource_guid end |
Class Method Details
.mapper ⇒ Object
Mapper for VirtualNetworkTap class as Ruby Hash. This will be used for serialization/deserialization.
48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 |
# File 'lib/2018-08-01/generated/azure_mgmt_network/models/virtual_network_tap.rb', line 48 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'VirtualNetworkTap', type: { name: 'Composite', class_name: 'VirtualNetworkTap', model_properties: { id: { client_side_validation: true, required: false, serialized_name: 'id', type: { name: 'String' } }, name: { client_side_validation: true, required: false, read_only: true, serialized_name: 'name', type: { name: 'String' } }, type: { client_side_validation: true, required: false, read_only: true, serialized_name: 'type', type: { name: 'String' } }, location: { client_side_validation: true, required: false, serialized_name: 'location', type: { name: 'String' } }, tags: { client_side_validation: true, required: false, serialized_name: 'tags', type: { name: 'Dictionary', value: { client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { name: 'String' } } } }, network_interface_tap_configurations: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.networkInterfaceTapConfigurations', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'NetworkInterfaceTapConfigurationElementType', type: { name: 'Composite', class_name: 'NetworkInterfaceTapConfiguration' } } } }, resource_guid: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.resourceGuid', type: { name: 'String' } }, provisioning_state: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.provisioningState', type: { name: 'String' } }, destination_network_interface_ipconfiguration: { client_side_validation: true, required: false, serialized_name: 'properties.destinationNetworkInterfaceIPConfiguration', type: { name: 'Composite', class_name: 'NetworkInterfaceIPConfiguration' } }, destination_load_balancer_front_end_ipconfiguration: { client_side_validation: true, required: false, serialized_name: 'properties.destinationLoadBalancerFrontEndIPConfiguration', type: { name: 'Composite', class_name: 'FrontendIPConfiguration' } }, destination_port: { client_side_validation: true, required: false, serialized_name: 'properties.destinationPort', type: { name: 'Number' } }, etag: { client_side_validation: true, required: false, serialized_name: 'etag', type: { name: 'String' } } } } } end |