Package com.oracle.bmc.devops.model
Class NginxBlueGreenStrategy
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.devops.model.OkeBlueGreenStrategy
- 
- com.oracle.bmc.devops.model.NginxBlueGreenStrategy
 
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20210630") public final class NginxBlueGreenStrategy extends OkeBlueGreenStrategySpecifies the NGINX blue green release strategy.
 Note: Objects should always be created or deserialized using theNginxBlueGreenStrategy.Builder. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of theNginxBlueGreenStrategy.Builder, which maintain a set of all explicitly set fields calledNginxBlueGreenStrategy.Builder.__explicitlySet__. ThehashCode()andequals(Object)methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classNginxBlueGreenStrategy.Builder- 
Nested classes/interfaces inherited from class com.oracle.bmc.devops.model.OkeBlueGreenStrategyOkeBlueGreenStrategy.StrategyType
 
- 
 - 
Constructor SummaryConstructors Constructor Description NginxBlueGreenStrategy(String namespaceA, String namespaceB, String ingressName)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NginxBlueGreenStrategy.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetIngressName()Name of the Ingress resource.StringgetNamespaceA()Namespace A for deployment.StringgetNamespaceB()Namespace B for deployment.inthashCode()NginxBlueGreenStrategy.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
NginxBlueGreenStrategy@Deprecated public NginxBlueGreenStrategy(String namespaceA, String namespaceB, String ingressName) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static NginxBlueGreenStrategy.Builder builder() Create a new builder.
 - 
toBuilderpublic NginxBlueGreenStrategy.Builder toBuilder() 
 - 
getNamespaceApublic String getNamespaceA() Namespace A for deployment.Example: namespaceA - first Namespace name. - Returns:
- the value
 
 - 
getNamespaceBpublic String getNamespaceB() Namespace B for deployment.Example: namespaceB - second Namespace name. - Returns:
- the value
 
 - 
getIngressNamepublic String getIngressName() Name of the Ingress resource.- Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- OkeBlueGreenStrategy
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.- Overrides:
- toStringin class- OkeBlueGreenStrategy
- Parameters:
- includeByteArrayContents- true to include the full contents of byte arrays
- Returns:
- string representation
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- OkeBlueGreenStrategy
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- OkeBlueGreenStrategy
 
 
- 
 
-