Interface AdditionalNodeNetworkConfigOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getNetwork()
      Name of the VPC where the additional interface belongs
      com.google.protobuf.ByteString getNetworkBytes()
      Name of the VPC where the additional interface belongs
      String getSubnetwork()
      Name of the subnetwork where the additional interface belongs
      com.google.protobuf.ByteString getSubnetworkBytes()
      Name of the subnetwork where the additional interface belongs
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getNetwork

        String getNetwork()
         Name of the VPC where the additional interface belongs
         
        string network = 1;
        Returns:
        The network.
      • getNetworkBytes

        com.google.protobuf.ByteString getNetworkBytes()
         Name of the VPC where the additional interface belongs
         
        string network = 1;
        Returns:
        The bytes for network.
      • getSubnetwork

        String getSubnetwork()
         Name of the subnetwork where the additional interface belongs
         
        string subnetwork = 2;
        Returns:
        The subnetwork.
      • getSubnetworkBytes

        com.google.protobuf.ByteString getSubnetworkBytes()
         Name of the subnetwork where the additional interface belongs
         
        string subnetwork = 2;
        Returns:
        The bytes for subnetwork.