public class CsmSlotEntity extends Object
| Constructor and Description |
|---|
CsmSlotEntity() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
preserveVnet()
Get <code>true</code> to preserve Virtual Network to the slot during swap; otherwise, <code>false</code>.
|
String |
targetSlot()
Get destination deployment slot during swap operation.
|
CsmSlotEntity |
withPreserveVnet(boolean preserveVnet)
Set <code>true</code> to preserve Virtual Network to the slot during swap; otherwise, <code>false</code>.
|
CsmSlotEntity |
withTargetSlot(String targetSlot)
Set destination deployment slot during swap operation.
|
public String targetSlot()
public CsmSlotEntity withTargetSlot(String targetSlot)
targetSlot - the targetSlot value to setpublic boolean preserveVnet()
public CsmSlotEntity withPreserveVnet(boolean preserveVnet)
preserveVnet - the preserveVnet value to setCopyright © 2019. All rights reserved.