public interface AppliedLicenseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getOsLicense()
public abstract String getOsLicense()
The OS license returned from the adaptation module's report.
string os_license = 2;
Returns | |
---|---|
Type | Description |
String | The osLicense. |
getOsLicenseBytes()
public abstract ByteString getOsLicenseBytes()
The OS license returned from the adaptation module's report.
string os_license = 2;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for osLicense. |
getType()
public abstract AppliedLicense.Type getType()
The license type that was used in OS adaptation.
.google.events.cloud.vmmigration.v1.AppliedLicense.Type type = 1;
Returns | |
---|---|
Type | Description |
AppliedLicense.Type | The type. |
getTypeValue()
public abstract int getTypeValue()
The license type that was used in OS adaptation.
.google.events.cloud.vmmigration.v1.AppliedLicense.Type type = 1;
Returns | |
---|---|
Type | Description |
int | The enum numeric value on the wire for type. |