Class TrustedLaunchFluent<A extends TrustedLaunchFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.machine.v1beta1.TrustedLaunchFluent<A>
-
- Direct Known Subclasses:
SecuritySettingsFluent.TrustedLaunchNested,TrustedLaunchBuilder
public class TrustedLaunchFluent<A extends TrustedLaunchFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classTrustedLaunchFluent.UefiSettingsNested<N>
-
Constructor Summary
Constructors Constructor Description TrustedLaunchFluent()TrustedLaunchFluent(TrustedLaunch instance)
-
Method Summary
-
-
-
Constructor Detail
-
TrustedLaunchFluent
public TrustedLaunchFluent()
-
TrustedLaunchFluent
public TrustedLaunchFluent(TrustedLaunch instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(TrustedLaunch instance)
-
buildUefiSettings
public UEFISettings buildUefiSettings()
-
withUefiSettings
public A withUefiSettings(UEFISettings uefiSettings)
-
hasUefiSettings
public boolean hasUefiSettings()
-
withNewUefiSettings
public A withNewUefiSettings(String secureBoot, String virtualizedTrustedPlatformModule)
-
withNewUefiSettings
public TrustedLaunchFluent.UefiSettingsNested<A> withNewUefiSettings()
-
withNewUefiSettingsLike
public TrustedLaunchFluent.UefiSettingsNested<A> withNewUefiSettingsLike(UEFISettings item)
-
editUefiSettings
public TrustedLaunchFluent.UefiSettingsNested<A> editUefiSettings()
-
editOrNewUefiSettings
public TrustedLaunchFluent.UefiSettingsNested<A> editOrNewUefiSettings()
-
editOrNewUefiSettingsLike
public TrustedLaunchFluent.UefiSettingsNested<A> editOrNewUefiSettingsLike(UEFISettings item)
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends TrustedLaunchFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends TrustedLaunchFluent<A>>
-
-