Reference documentation and code samples for the Migrate for Compute Engine V1 API class Google::Cloud::VMMigration::V1::NetworkInterface.
NetworkInterface represents a NIC of a VM.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#external_ip
def external_ip() -> ::String
Returns
- (::String) — Optional. The external IP to define in the NIC.
#external_ip=
def external_ip=(value) -> ::String
Parameter
- value (::String) — Optional. The external IP to define in the NIC.
Returns
- (::String) — Optional. The external IP to define in the NIC.
#internal_ip
def internal_ip() -> ::String
Returns
-
(::String) — Optional. The internal IP to define in the NIC.
The formats accepted are:
ephemeral
\ ipv4 address \ a named address resource full path.
#internal_ip=
def internal_ip=(value) -> ::String
Parameter
-
value (::String) — Optional. The internal IP to define in the NIC.
The formats accepted are:
ephemeral
\ ipv4 address \ a named address resource full path.
Returns
-
(::String) — Optional. The internal IP to define in the NIC.
The formats accepted are:
ephemeral
\ ipv4 address \ a named address resource full path.
#network
def network() -> ::String
Returns
- (::String) — Optional. The network to connect the NIC to.
#network=
def network=(value) -> ::String
Parameter
- value (::String) — Optional. The network to connect the NIC to.
Returns
- (::String) — Optional. The network to connect the NIC to.
#network_tier
def network_tier() -> ::Google::Cloud::VMMigration::V1::ComputeEngineNetworkTier
Returns
- (::Google::Cloud::VMMigration::V1::ComputeEngineNetworkTier) — Optional. The networking tier used for optimizing connectivity between instances and systems on the internet. Applies only for external ephemeral IP addresses. If left empty, will default to PREMIUM.
#network_tier=
def network_tier=(value) -> ::Google::Cloud::VMMigration::V1::ComputeEngineNetworkTier
Parameter
- value (::Google::Cloud::VMMigration::V1::ComputeEngineNetworkTier) — Optional. The networking tier used for optimizing connectivity between instances and systems on the internet. Applies only for external ephemeral IP addresses. If left empty, will default to PREMIUM.
Returns
- (::Google::Cloud::VMMigration::V1::ComputeEngineNetworkTier) — Optional. The networking tier used for optimizing connectivity between instances and systems on the internet. Applies only for external ephemeral IP addresses. If left empty, will default to PREMIUM.
#subnetwork
def subnetwork() -> ::String
Returns
- (::String) — Optional. The subnetwork to connect the NIC to.
#subnetwork=
def subnetwork=(value) -> ::String
Parameter
- value (::String) — Optional. The subnetwork to connect the NIC to.
Returns
- (::String) — Optional. The subnetwork to connect the NIC to.