Interface VmEndpointNatMappingsOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    VmEndpointNatMappings, VmEndpointNatMappings.Builder

    public interface VmEndpointNatMappingsOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasInstanceName

        boolean hasInstanceName()
         Name of the VM instance which the endpoint belongs to
         
        optional string instance_name = 227947509;
        Returns:
        Whether the instanceName field is set.
      • getInstanceName

        String getInstanceName()
         Name of the VM instance which the endpoint belongs to
         
        optional string instance_name = 227947509;
        Returns:
        The instanceName.
      • getInstanceNameBytes

        com.google.protobuf.ByteString getInstanceNameBytes()
         Name of the VM instance which the endpoint belongs to
         
        optional string instance_name = 227947509;
        Returns:
        The bytes for instanceName.
      • getInterfaceNatMappings

        VmEndpointNatMappingsInterfaceNatMappings getInterfaceNatMappings​(int index)
        repeated .google.cloud.compute.v1.VmEndpointNatMappingsInterfaceNatMappings interface_nat_mappings = 256196617;
      • getInterfaceNatMappingsCount

        int getInterfaceNatMappingsCount()
        repeated .google.cloud.compute.v1.VmEndpointNatMappingsInterfaceNatMappings interface_nat_mappings = 256196617;