Interface AppliedLicenseOrBuilder (1.15.0)

public interface AppliedLicenseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getOsLicense()

public abstract String getOsLicense()

The OS license returned from the adaptation module's report.

string os_license = 2;

Returns
TypeDescription
String

The osLicense.

getOsLicenseBytes()

public abstract ByteString getOsLicenseBytes()

The OS license returned from the adaptation module's report.

string os_license = 2;

Returns
TypeDescription
ByteString

The bytes for osLicense.

getType()

public abstract AppliedLicense.Type getType()

The license type that was used in OS adaptation.

.google.cloud.vmmigration.v1.AppliedLicense.Type type = 1;

Returns
TypeDescription
AppliedLicense.Type

The type.

getTypeValue()

public abstract int getTypeValue()

The license type that was used in OS adaptation.

.google.cloud.vmmigration.v1.AppliedLicense.Type type = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for type.