Interface AllocationResourceStatusSpecificSKUAllocationOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getSourceInstanceTemplateId()
      ID of the instance template used to populate reservation properties.
      com.google.protobuf.ByteString getSourceInstanceTemplateIdBytes()
      ID of the instance template used to populate reservation properties.
      boolean hasSourceInstanceTemplateId()
      ID of the instance template used to populate reservation properties.
      • 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

      • hasSourceInstanceTemplateId

        boolean hasSourceInstanceTemplateId()
         ID of the instance template used to populate reservation properties.
         
        optional string source_instance_template_id = 111196154;
        Returns:
        Whether the sourceInstanceTemplateId field is set.
      • getSourceInstanceTemplateId

        String getSourceInstanceTemplateId()
         ID of the instance template used to populate reservation properties.
         
        optional string source_instance_template_id = 111196154;
        Returns:
        The sourceInstanceTemplateId.
      • getSourceInstanceTemplateIdBytes

        com.google.protobuf.ByteString getSourceInstanceTemplateIdBytes()
         ID of the instance template used to populate reservation properties.
         
        optional string source_instance_template_id = 111196154;
        Returns:
        The bytes for sourceInstanceTemplateId.